Html Css Color HEX #072C6B Sapphire

📋 copy color: '#072C6B'

red 7 ◦ green 44 ◦ blue 107

#072C6B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #072C6B

Tints of Sapphire #072C6B

RGB

 RED value IS 7 (3.13% from 255) = 4.43%

 GREEN value IS 44 (17.58% from 255) = 27.85%

 BLUE value IS 107 (42.19% from 255) = 67.72%

R = 4.43%
G = 27.85%
B = 67.72%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#072C6B (or 0x072C6B) is known color: Sapphire. HEX triplet: 07, 2C and 6B. RGB value is (7,44,107). Sum of RGB (Red+Green+Blue) = 7+44+107=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #072C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072C6B is #F8D394. Grayscale: #272727. Windows color (decimal): -16307093 or 7023623. OLE color: 7023623.

HSL color Cylindrical-coordinate representation of color #072C6B: hue angle of 217.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072C6B is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 44 107 -
CMYK 0.93 0.59 0 0.58
HSL 217.8º 0.88% 0.22% -
HSV(B) 217.8º 0.93% 0.42% -
XYZ 3.64 2.91 14.28 -
YUV 40.12 165.74 104.38 -
System Red Green Blue C M Y K H S L
Decimal 7 44 107 0.93 0.59 0 0.58 217.8 0.88 0.22
Hex 7 2C 6B 5D 3B 0 3A DA 58 16
Octal 7 54 153 135 73 0 72 332 130 26
Binary 111 101100 1101011 1011101 111011 0 111010 11011010 1011000 10110

Color Harmonies of #072C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072C6B

Black with #072C6B

Text Example


Text Example

White with #072C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072C6B; }

 p { color: rgb(7,44,107); }

 H1.HeaderClassName
 {
   color: #072C6B;
 }
 .AnyTagClassName
 {
   color: #072C6B;
 }
</style>

background-color css

<style>
 a { background-color: #072C6B; }

 a { background-color: rgb(7,44,107); }

 div.DivClassName
 {
   background-color: #072C6B;
 }
 .BgClassName
 {
   background-color: #072C6B;
 }
</style>

border-color css

<style>
 span { border-color: #072C6B; }

 span { border-color: rgb(7,44,107); }

 td.TdClassName
 {
   border-color: #072C6B;
 }
 .TagClassName
 {
   border-color: #072C6B;
 }
</style>