Html Css Color HEX #012057 Sapphire

📋 copy color: '#012057'

red 1 ◦ green 32 ◦ blue 87

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

Shades of Sapphire #012057

Tints of Sapphire #012057

RGB

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

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

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

R = 0.83%
G = 26.67%
B = 72.5%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#012057 (or 0x012057) is known color: Sapphire. HEX triplet: 01, 20 and 57. RGB value is (1,32,87). Sum of RGB (Red+Green+Blue) = 1+32+87=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 87 (34.38% from 255 or 72.5% from 120); Max value from RGB is 87 - color contains mainly: blue. Hex color #012057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012057 is #FEDFA8. Grayscale: #1C1C1C. Windows color (decimal): -16703401 or 5709825. OLE color: 5709825.

HSL color Cylindrical-coordinate representation of color #012057: hue angle of 218.37º 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 #012057 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 32 87 -
CMYK 0.99 0.63 0 0.66
HSL 218.37º 0.98% 0.17% -
HSV(B) 218.37º 0.99% 0.34% -
XYZ 2.25 1.73 9.23 -
YUV 29 160.73 108.03 -
System Red Green Blue C M Y K H S L
Decimal 1 32 87 0.99 0.63 0 0.66 218.37 0.98 0.17
Hex 1 20 57 63 3F 0 42 DA 62 11
Octal 1 40 127 143 77 0 102 332 142 21
Binary 1 100000 1010111 1100011 111111 0 1000010 11011010 1100010 10001

Color Harmonies of #012057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012057

Black with #012057

Text Example


Text Example

White with #012057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012057; }

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

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

background-color css

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

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

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

border-color css

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

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

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