Html Css Color HEX #012357 Sapphire

📋 copy color: '#012357'

red 1 ◦ green 35 ◦ blue 87

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

Shades of Sapphire #012357

Tints of Sapphire #012357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.46%

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

R = 0.81%
G = 28.46%
B = 70.73%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#012357 (or 0x012357) is known color: Sapphire. HEX triplet: 01, 23 and 57. RGB value is (1,35,87). Sum of RGB (Red+Green+Blue) = 1+35+87=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 87 (34.38% from 255 or 70.73% from 123); Max value from RGB is 87 - color contains mainly: blue. Hex color #012357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012357 is #FEDCA8. Grayscale: #1E1E1E. Windows color (decimal): -16702633 or 5710593. OLE color: 5710593.

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

Color convert

RGB 1 35 87 -
CMYK 0.99 0.60 0 0.66
HSL 216.28º 0.98% 0.17% -
HSV(B) 216.28º 0.99% 0.34% -
XYZ 2.33 1.9 9.26 -
YUV 30.76 159.74 106.77 -
System Red Green Blue C M Y K H S L
Decimal 1 35 87 0.99 0.60 0 0.66 216.28 0.98 0.17
Hex 1 23 57 63 3C 0 42 D8 62 11
Octal 1 43 127 143 74 0 102 330 142 21
Binary 1 100011 1010111 1100011 111100 0 1000010 11011000 1100010 10001

Color Harmonies of #012357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012357

Black with #012357

Text Example


Text Example

White with #012357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012357; }

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

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

background-color css

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

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

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

border-color css

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

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

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