Html Css Color HEX #002072 Sapphire

📋 copy color: '#002072'

red 0 ◦ green 32 ◦ blue 114

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

Shades of Sapphire #002072

Tints of Sapphire #002072

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 32 (12.89% from 255) = 21.92%

 BLUE value IS 114 (44.92% from 255) = 78.08%

R = 0%
G = 21.92%
B = 78.08%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#002072 (or 0x002072) is known color: Sapphire. HEX triplet: 00, 20 and 72. RGB value is (0,32,114). Sum of RGB (Red+Green+Blue) = 0+32+114=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 114 (44.92% from 255 or 78.08% from 146); Max value from RGB is 114 - color contains mainly: blue. Hex color #002072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002072 is #FFDF8D. Grayscale: #1F1F1F. Windows color (decimal): -16768910 or 7479296. OLE color: 7479296.

HSL color Cylindrical-coordinate representation of color #002072: hue angle of 223.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002072 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 32 114 -
CMYK 1 0.72 0 0.55
HSL 223.16º 1% 0.22% -
HSV(B) 223.16º 1% 0.45% -
XYZ 3.55 2.25 16.17 -
YUV 31.78 174.4 105.33 -
System Red Green Blue C M Y K H S L
Decimal 0 32 114 1 0.72 0 0.55 223.16 1 0.22
Hex 0 20 72 64 48 0 37 DF 64 16
Octal 0 40 162 144 110 0 67 337 144 26
Binary 0 100000 1110010 1100100 1001000 0 110111 11011111 1100100 10110

Color Harmonies of #002072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002072

Black with #002072

Text Example


Text Example

White with #002072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002072; }

 p { color: rgb(0,32,114); }

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

background-color css

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

 a { background-color: rgb(0,32,114); }

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

border-color css

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

 span { border-color: rgb(0,32,114); }

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