Html Css Color HEX #012162 Sapphire

📋 copy color: '#012162'

red 1 ◦ green 33 ◦ blue 98

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

Shades of Sapphire #012162

Tints of Sapphire #012162

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25%

 BLUE value IS 98 (38.67% from 255) = 74.24%

R = 0.76%
G = 25%
B = 74.24%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#012162 (or 0x012162) is known color: Sapphire. HEX triplet: 01, 21 and 62. RGB value is (1,33,98). Sum of RGB (Red+Green+Blue) = 1+33+98=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 98 (38.67% from 255 or 74.24% from 132); Max value from RGB is 98 - color contains mainly: blue. Hex color #012162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012162 is #FEDE9D. Grayscale: #1E1E1E. Windows color (decimal): -16703134 or 6430977. OLE color: 6430977.

HSL color Cylindrical-coordinate representation of color #012162: hue angle of 220.21º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012162 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 33 98 -
CMYK 0.99 0.66 0 0.62
HSL 220.21º 0.98% 0.19% -
HSV(B) 220.21º 0.99% 0.38% -
XYZ 2.76 1.98 11.79 -
YUV 30.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 1 33 98 0.99 0.66 0 0.62 220.21 0.98 0.19
Hex 1 21 62 63 42 0 3E DC 62 13
Octal 1 41 142 143 102 0 76 334 142 23
Binary 1 100001 1100010 1100011 1000010 0 111110 11011100 1100010 10011

Color Harmonies of #012162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012162

Black with #012162

Text Example


Text Example

White with #012162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012162; }

 p { color: rgb(1,33,98); }

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

background-color css

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

 a { background-color: rgb(1,33,98); }

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

border-color css

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

 span { border-color: rgb(1,33,98); }

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