Html Css Color HEX #012259 Sapphire

📋 copy color: '#012259'

red 1 ◦ green 34 ◦ blue 89

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

Shades of Sapphire #012259

Tints of Sapphire #012259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.42%

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

R = 0.81%
G = 27.42%
B = 71.77%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#012259 (or 0x012259) is known color: Sapphire. HEX triplet: 01, 22 and 59. RGB value is (1,34,89). Sum of RGB (Red+Green+Blue) = 1+34+89=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 89 (35.16% from 255 or 71.77% from 124); Max value from RGB is 89 - color contains mainly: blue. Hex color #012259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012259 is #FEDDA6. Grayscale: #1E1E1E. Windows color (decimal): -16702887 or 5841409. OLE color: 5841409.

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

Color convert

RGB 1 34 89 -
CMYK 0.99 0.62 0 0.65
HSL 217.5º 0.98% 0.18% -
HSV(B) 217.5º 0.99% 0.35% -
XYZ 2.39 1.87 9.69 -
YUV 30.4 161.07 107.03 -
System Red Green Blue C M Y K H S L
Decimal 1 34 89 0.99 0.62 0 0.65 217.5 0.98 0.18
Hex 1 22 59 63 3E 0 41 DA 62 12
Octal 1 42 131 143 76 0 101 332 142 22
Binary 1 100010 1011001 1100011 111110 0 1000001 11011010 1100010 10010

Color Harmonies of #012259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012259

Black with #012259

Text Example


Text Example

White with #012259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012259; }

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

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

background-color css

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

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

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

border-color css

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

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

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