Html Css Color HEX #012376 Sapphire

📋 copy color: '#012376'

red 1 ◦ green 35 ◦ blue 118

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

Shades of Sapphire #012376

Tints of Sapphire #012376

RGB

 RED value IS 1 (0.78% from 255) = 0.65%

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

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

R = 0.65%
G = 22.73%
B = 76.62%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#012376 (or 0x012376) is known color: Sapphire. HEX triplet: 01, 23 and 76. RGB value is (1,35,118). Sum of RGB (Red+Green+Blue) = 1+35+118=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 118 (46.48% from 255 or 76.62% from 154); Max value from RGB is 118 - color contains mainly: blue. Hex color #012376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012376 is #FEDC89. Grayscale: #212121. Windows color (decimal): -16702602 or 7742209. OLE color: 7742209.

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

Color convert

RGB 1 35 118 -
CMYK 0.99 0.70 0 0.54
HSL 222.56º 0.98% 0.23% -
HSV(B) 222.56º 0.99% 0.46% -
XYZ 3.88 2.52 17.42 -
YUV 34.3 175.24 104.25 -
System Red Green Blue C M Y K H S L
Decimal 1 35 118 0.99 0.70 0 0.54 222.56 0.98 0.23
Hex 1 23 76 63 46 0 36 DF 62 17
Octal 1 43 166 143 106 0 66 337 142 27
Binary 1 100011 1110110 1100011 1000110 0 110110 11011111 1100010 10111

Color Harmonies of #012376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012376

Black with #012376

Text Example


Text Example

White with #012376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012376; }

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

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

background-color css

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

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

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

border-color css

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

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

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