Html Css Color HEX #002471 Sapphire

📋 copy color: '#002471'

red 0 ◦ green 36 ◦ blue 113

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

Shades of Sapphire #002471

Tints of Sapphire #002471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 75.84%

R = 0%
G = 24.16%
B = 75.84%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#002471 (or 0x002471) is known color: Sapphire. HEX triplet: 00, 24 and 71. RGB value is (0,36,113). Sum of RGB (Red+Green+Blue) = 0+36+113=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 113 (44.53% from 255 or 75.84% from 149); Max value from RGB is 113 - color contains mainly: blue. Hex color #002471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002471 is #FFDB8E. Grayscale: #212121. Windows color (decimal): -16767887 or 7414784. OLE color: 7414784.

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

Color convert

RGB 0 36 113 -
CMYK 1 0.68 0 0.56
HSL 220.89º 1% 0.22% -
HSV(B) 220.89º 1% 0.44% -
XYZ 3.61 2.45 15.91 -
YUV 34.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 0 36 113 1 0.68 0 0.56 220.89 1 0.22
Hex 0 24 71 64 44 0 38 DD 64 16
Octal 0 44 161 144 104 0 70 335 144 26
Binary 0 100100 1110001 1100100 1000100 0 111000 11011101 1100100 10110

Color Harmonies of #002471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002471

Black with #002471

Text Example


Text Example

White with #002471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002471; }

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

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

background-color css

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

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

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

border-color css

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

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

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