Html Css Color HEX #012155 Sapphire

📋 copy color: '#012155'

red 1 ◦ green 33 ◦ blue 85

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

Shades of Sapphire #012155

Tints of Sapphire #012155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 71.43%

R = 0.84%
G = 27.73%
B = 71.43%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#012155 (or 0x012155) is known color: Sapphire. HEX triplet: 01, 21 and 55. RGB value is (1,33,85). Sum of RGB (Red+Green+Blue) = 1+33+85=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #012155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012155 is #FEDEAA. Grayscale: #1D1D1D. Windows color (decimal): -16703147 or 5579009. OLE color: 5579009.

HSL color Cylindrical-coordinate representation of color #012155: hue angle of 217.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012155 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 33 85 -
CMYK 0.99 0.61 0 0.67
HSL 217.14º 0.98% 0.17% -
HSV(B) 217.14º 0.99% 0.33% -
XYZ 2.2 1.75 8.82 -
YUV 29.36 159.4 107.77 -
System Red Green Blue C M Y K H S L
Decimal 1 33 85 0.99 0.61 0 0.67 217.14 0.98 0.17
Hex 1 21 55 63 3D 0 43 D9 62 11
Octal 1 41 125 143 75 0 103 331 142 21
Binary 1 100001 1010101 1100011 111101 0 1000011 11011001 1100010 10001

Color Harmonies of #012155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012155

Black with #012155

Text Example


Text Example

White with #012155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012155; }

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

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

background-color css

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

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

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

border-color css

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

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

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