Html Css Color HEX #002376 Sapphire

📋 copy color: '#002376'

red 0 ◦ green 35 ◦ blue 118

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

Shades of Sapphire #002376

Tints of Sapphire #002376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.88%

 BLUE value IS 118 (46.48% from 255) = 77.12%

R = 0%
G = 22.88%
B = 77.12%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#002376 (or 0x002376) is known color: Sapphire. HEX triplet: 00, 23 and 76. RGB value is (0,35,118). Sum of RGB (Red+Green+Blue) = 0+35+118=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 118 (46.48% from 255 or 77.12% from 153); Max value from RGB is 118 - color contains mainly: blue. Hex color #002376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002376 is #FFDC89. Grayscale: #212121. Windows color (decimal): -16768138 or 7742208. OLE color: 7742208.

HSL color Cylindrical-coordinate representation of color #002376: hue angle of 222.2º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002376 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 35 118 -
CMYK 1 0.70 0 0.54
HSL 222.2º 1% 0.23% -
HSV(B) 222.2º 1% 0.46% -
XYZ 3.87 2.51 17.42 -
YUV 34 175.4 103.75 -
System Red Green Blue C M Y K H S L
Decimal 0 35 118 1 0.70 0 0.54 222.2 1 0.23
Hex 0 23 76 64 46 0 36 DE 64 17
Octal 0 43 166 144 106 0 66 336 144 27
Binary 0 100011 1110110 1100100 1000110 0 110110 11011110 1100100 10111

Color Harmonies of #002376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002376

Black with #002376

Text Example


Text Example

White with #002376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002376; }

 p { color: rgb(0,35,118); }

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

background-color css

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

 a { background-color: rgb(0,35,118); }

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

border-color css

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

 span { border-color: rgb(0,35,118); }

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