Html Css Color HEX #012356 Sapphire

📋 copy color: '#012356'

red 1 ◦ green 35 ◦ blue 86

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

Shades of Sapphire #012356

Tints of Sapphire #012356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 70.49%

R = 0.82%
G = 28.69%
B = 70.49%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#012356 (or 0x012356) is known color: Sapphire. HEX triplet: 01, 23 and 56. RGB value is (1,35,86). Sum of RGB (Red+Green+Blue) = 1+35+86=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 86 (33.98% from 255 or 70.49% from 122); Max value from RGB is 86 - color contains mainly: blue. Hex color #012356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012356 is #FEDCA9. Grayscale: #1E1E1E. Windows color (decimal): -16702634 or 5645057. OLE color: 5645057.

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

Color convert

RGB 1 35 86 -
CMYK 0.99 0.59 0 0.66
HSL 216º 0.98% 0.17% -
HSV(B) 216º 0.99% 0.34% -
XYZ 2.29 1.88 9.05 -
YUV 30.65 159.24 106.85 -
System Red Green Blue C M Y K H S L
Decimal 1 35 86 0.99 0.59 0 0.66 216 0.98 0.17
Hex 1 23 56 63 3B 0 42 D8 62 11
Octal 1 43 126 143 73 0 102 330 142 21
Binary 1 100011 1010110 1100011 111011 0 1000010 11011000 1100010 10001

Color Harmonies of #012356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012356

Black with #012356

Text Example


Text Example

White with #012356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012356; }

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

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

background-color css

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

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

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

border-color css

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

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

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