Html Css Color HEX #012676 Sapphire

📋 copy color: '#012676'

red 1 ◦ green 38 ◦ blue 118

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

Shades of Sapphire #012676

Tints of Sapphire #012676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.2%

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

R = 0.64%
G = 24.2%
B = 75.16%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#012676 (or 0x012676) is known color: Sapphire. HEX triplet: 01, 26 and 76. RGB value is (1,38,118). Sum of RGB (Red+Green+Blue) = 1+38+118=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #012676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012676 is #FED989. Grayscale: #232323. Windows color (decimal): -16701834 or 7742977. OLE color: 7742977.

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

Color convert

RGB 1 38 118 -
CMYK 0.99 0.68 0 0.54
HSL 221.03º 0.98% 0.23% -
HSV(B) 221.03º 0.99% 0.46% -
XYZ 3.98 2.7 17.45 -
YUV 36.06 174.24 103 -
System Red Green Blue C M Y K H S L
Decimal 1 38 118 0.99 0.68 0 0.54 221.03 0.98 0.23
Hex 1 26 76 63 44 0 36 DD 62 17
Octal 1 46 166 143 104 0 66 335 142 27
Binary 1 100110 1110110 1100011 1000100 0 110110 11011101 1100010 10111

Color Harmonies of #012676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012676

Black with #012676

Text Example


Text Example

White with #012676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012676; }

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

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

background-color css

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

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

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

border-color css

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

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

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