Html Css Color HEX #012069 Sapphire

📋 copy color: '#012069'

red 1 ◦ green 32 ◦ blue 105

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

Shades of Sapphire #012069

Tints of Sapphire #012069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.19%

 BLUE value IS 105 (41.41% from 255) = 76.09%

R = 0.72%
G = 23.19%
B = 76.09%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#012069 (or 0x012069) is known color: Sapphire. HEX triplet: 01, 20 and 69. RGB value is (1,32,105). Sum of RGB (Red+Green+Blue) = 1+32+105=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 105 (41.41% from 255 or 76.09% from 138); Max value from RGB is 105 - color contains mainly: blue. Hex color #012069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012069 is #FEDF96. Grayscale: #1E1E1E. Windows color (decimal): -16703383 or 6889473. OLE color: 6889473.

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

Color convert

RGB 1 32 105 -
CMYK 0.99 0.70 0 0.59
HSL 222.12º 0.98% 0.21% -
HSV(B) 222.12º 0.99% 0.41% -
XYZ 3.08 2.06 13.6 -
YUV 31.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 1 32 105 0.99 0.70 0 0.59 222.12 0.98 0.21
Hex 1 20 69 63 46 0 3B DE 62 15
Octal 1 40 151 143 106 0 73 336 142 25
Binary 1 100000 1101001 1100011 1000110 0 111011 11011110 1100010 10101

Color Harmonies of #012069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012069

Black with #012069

Text Example


Text Example

White with #012069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012069; }

 p { color: rgb(1,32,105); }

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

background-color css

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

 a { background-color: rgb(1,32,105); }

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

border-color css

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

 span { border-color: rgb(1,32,105); }

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