Html Css Color HEX #072B77 Sapphire

📋 copy color: '#072B77'

red 7 ◦ green 43 ◦ blue 119

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

Shades of Sapphire #072B77

Tints of Sapphire #072B77

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.44%

 BLUE value IS 119 (46.88% from 255) = 70.41%

R = 4.14%
G = 25.44%
B = 70.41%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#072B77 (or 0x072B77) is known color: Sapphire. HEX triplet: 07, 2B and 77. RGB value is (7,43,119). Sum of RGB (Red+Green+Blue) = 7+43+119=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 119 (46.88% from 255 or 70.41% from 169); Max value from RGB is 119 - color contains mainly: blue. Hex color #072B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072B77 is #F8D488. Grayscale: #282828. Windows color (decimal): -16307337 or 7809799. OLE color: 7809799.

HSL color Cylindrical-coordinate representation of color #072B77: hue angle of 220.71º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072B77 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 43 119 -
CMYK 0.94 0.64 0 0.53
HSL 220.71º 0.89% 0.25% -
HSV(B) 220.71º 0.94% 0.47% -
XYZ 4.28 3.1 17.83 -
YUV 40.9 172.07 103.82 -
System Red Green Blue C M Y K H S L
Decimal 7 43 119 0.94 0.64 0 0.53 220.71 0.89 0.25
Hex 7 2B 77 5E 40 0 35 DD 59 19
Octal 7 53 167 136 100 0 65 335 131 31
Binary 111 101011 1110111 1011110 1000000 0 110101 11011101 1011001 11001

Color Harmonies of #072B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072B77

Black with #072B77

Text Example


Text Example

White with #072B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,43,119); }

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

background-color css

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

 a { background-color: rgb(7,43,119); }

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

border-color css

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

 span { border-color: rgb(7,43,119); }

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