Html Css Color HEX #002472 Sapphire

📋 copy color: '#002472'

red 0 ◦ green 36 ◦ blue 114

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

Shades of Sapphire #002472

Tints of Sapphire #002472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24%

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

R = 0%
G = 24%
B = 76%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#002472 (or 0x002472) is known color: Sapphire. HEX triplet: 00, 24 and 72. RGB value is (0,36,114). Sum of RGB (Red+Green+Blue) = 0+36+114=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 114 (44.92% from 255 or 76% from 150); Max value from RGB is 114 - color contains mainly: blue. Hex color #002472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002472 is #FFDB8D. Grayscale: #212121. Windows color (decimal): -16767886 or 7480320. OLE color: 7480320.

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

Color convert

RGB 0 36 114 -
CMYK 1 0.68 0 0.55
HSL 221.05º 1% 0.22% -
HSV(B) 221.05º 1% 0.45% -
XYZ 3.67 2.48 16.2 -
YUV 34.13 173.07 103.66 -
System Red Green Blue C M Y K H S L
Decimal 0 36 114 1 0.68 0 0.55 221.05 1 0.22
Hex 0 24 72 64 44 0 37 DD 64 16
Octal 0 44 162 144 104 0 67 335 144 26
Binary 0 100100 1110010 1100100 1000100 0 110111 11011101 1100100 10110

Color Harmonies of #002472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002472

Black with #002472

Text Example


Text Example

White with #002472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002472; }

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

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

background-color css

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

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

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

border-color css

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

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

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