Html Css Color HEX #002872 Sapphire

📋 copy color: '#002872'

red 0 ◦ green 40 ◦ blue 114

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

Shades of Sapphire #002872

Tints of Sapphire #002872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.97%

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

R = 0%
G = 25.97%
B = 74.03%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#002872 (or 0x002872) is known color: Sapphire. HEX triplet: 00, 28 and 72. RGB value is (0,40,114). Sum of RGB (Red+Green+Blue) = 0+40+114=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #002872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002872 is #FFD78D. Grayscale: #242424. Windows color (decimal): -16766862 or 7481344. OLE color: 7481344.

HSL color Cylindrical-coordinate representation of color #002872: hue angle of 218.95º 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 #002872 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 40 114 -
CMYK 1 0.65 0 0.55
HSL 218.95º 1% 0.22% -
HSV(B) 218.95º 1% 0.45% -
XYZ 3.8 2.73 16.25 -
YUV 36.48 171.75 101.98 -
System Red Green Blue C M Y K H S L
Decimal 0 40 114 1 0.65 0 0.55 218.95 1 0.22
Hex 0 28 72 64 41 0 37 DB 64 16
Octal 0 50 162 144 101 0 67 333 144 26
Binary 0 101000 1110010 1100100 1000001 0 110111 11011011 1100100 10110

Color Harmonies of #002872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002872

Black with #002872

Text Example


Text Example

White with #002872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002872; }

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

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

background-color css

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

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

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

border-color css

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

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

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