Html Css Color HEX #012157 Sapphire

📋 copy color: '#012157'

red 1 ◦ green 33 ◦ blue 87

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

Shades of Sapphire #012157

Tints of Sapphire #012157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 71.9%

R = 0.83%
G = 27.27%
B = 71.9%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#012157 (or 0x012157) is known color: Sapphire. HEX triplet: 01, 21 and 57. RGB value is (1,33,87). Sum of RGB (Red+Green+Blue) = 1+33+87=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 87 (34.38% from 255 or 71.90% from 121); Max value from RGB is 87 - color contains mainly: blue. Hex color #012157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012157 is #FEDEA8. Grayscale: #1D1D1D. Windows color (decimal): -16703145 or 5710081. OLE color: 5710081.

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

Color convert

RGB 1 33 87 -
CMYK 0.99 0.62 0 0.66
HSL 217.67º 0.98% 0.17% -
HSV(B) 217.67º 0.99% 0.34% -
XYZ 2.28 1.78 9.24 -
YUV 29.59 160.4 107.61 -
System Red Green Blue C M Y K H S L
Decimal 1 33 87 0.99 0.62 0 0.66 217.67 0.98 0.17
Hex 1 21 57 63 3E 0 42 DA 62 11
Octal 1 41 127 143 76 0 102 332 142 21
Binary 1 100001 1010111 1100011 111110 0 1000010 11011010 1100010 10001

Color Harmonies of #012157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012157

Black with #012157

Text Example


Text Example

White with #012157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012157; }

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

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

background-color css

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

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

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

border-color css

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

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

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