Html Css Color HEX #012081 Sapphire

📋 copy color: '#012081'

red 1 ◦ green 32 ◦ blue 129

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

Shades of Sapphire #012081

Tints of Sapphire #012081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 79.63%

R = 0.62%
G = 19.75%
B = 79.63%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#012081 (or 0x012081) is known color: Sapphire. HEX triplet: 01, 20 and 81. RGB value is (1,32,129). Sum of RGB (Red+Green+Blue) = 1+32+129=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 129 (50.78% from 255 or 79.63% from 162); Max value from RGB is 129 - color contains mainly: blue. Hex color #012081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012081 is #FEDF7E. Grayscale: #212121. Windows color (decimal): -16703359 or 8462337. OLE color: 8462337.

HSL color Cylindrical-coordinate representation of color #012081: hue angle of 225.47º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012081 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 32 129 -
CMYK 0.99 0.75 0 0.49
HSL 225.47º 0.98% 0.25% -
HSV(B) 225.47º 0.99% 0.51% -
XYZ 4.49 2.62 21.04 -
YUV 33.79 181.73 104.61 -
System Red Green Blue C M Y K H S L
Decimal 1 32 129 0.99 0.75 0 0.49 225.47 0.98 0.25
Hex 1 20 81 63 4B 0 31 E1 62 19
Octal 1 40 201 143 113 0 61 341 142 31
Binary 1 100000 10000001 1100011 1001011 0 110001 11100001 1100010 11001

Color Harmonies of #012081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012081

Black with #012081

Text Example


Text Example

White with #012081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012081; }

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

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

background-color css

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

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

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

border-color css

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

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

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