Html Css Color HEX #012359 Sapphire

📋 copy color: '#012359'

red 1 ◦ green 35 ◦ blue 89

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

Shades of Sapphire #012359

Tints of Sapphire #012359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 71.2%

R = 0.8%
G = 28%
B = 71.2%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#012359 (or 0x012359) is known color: Sapphire. HEX triplet: 01, 23 and 59. RGB value is (1,35,89). Sum of RGB (Red+Green+Blue) = 1+35+89=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 89 (35.16% from 255 or 71.2% from 125); Max value from RGB is 89 - color contains mainly: blue. Hex color #012359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012359 is #FEDCA6. Grayscale: #1E1E1E. Windows color (decimal): -16702631 or 5841665. OLE color: 5841665.

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

Color convert

RGB 1 35 89 -
CMYK 0.99 0.61 0 0.65
HSL 216.82º 0.98% 0.18% -
HSV(B) 216.82º 0.99% 0.35% -
XYZ 2.42 1.93 9.7 -
YUV 30.99 160.74 106.61 -
System Red Green Blue C M Y K H S L
Decimal 1 35 89 0.99 0.61 0 0.65 216.82 0.98 0.18
Hex 1 23 59 63 3D 0 41 D9 62 12
Octal 1 43 131 143 75 0 101 331 142 22
Binary 1 100011 1011001 1100011 111101 0 1000001 11011001 1100010 10010

Color Harmonies of #012359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012359

Black with #012359

Text Example


Text Example

White with #012359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012359; }

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

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

background-color css

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

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

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

border-color css

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

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

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