Html Css Color HEX #011A6E Sapphire

📋 copy color: '#011A6E'

red 1 ◦ green 26 ◦ blue 110

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

Shades of Sapphire #011A6E

Tints of Sapphire #011A6E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.98%

 BLUE value IS 110 (43.36% from 255) = 80.29%

R = 0.73%
G = 18.98%
B = 80.29%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#011A6E (or 0x011A6E) is known color: Sapphire. HEX triplet: 01, 1A and 6E. RGB value is (1,26,110). Sum of RGB (Red+Green+Blue) = 1+26+110=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 110 (43.36% from 255 or 80.29% from 137); Max value from RGB is 110 - color contains mainly: blue. Hex color #011A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A6E is #FEE591. Grayscale: #1B1B1B. Windows color (decimal): -16704914 or 7215617. OLE color: 7215617.

HSL color Cylindrical-coordinate representation of color #011A6E: hue angle of 226.24º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011A6E is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 26 110 -
CMYK 0.99 0.76 0 0.57
HSL 226.24º 0.98% 0.22% -
HSV(B) 226.24º 0.99% 0.43% -
XYZ 3.2 1.87 14.94 -
YUV 28.1 174.22 108.67 -
System Red Green Blue C M Y K H S L
Decimal 1 26 110 0.99 0.76 0 0.57 226.24 0.98 0.22
Hex 1 1A 6E 63 4C 0 39 E2 62 16
Octal 1 32 156 143 114 0 71 342 142 26
Binary 1 11010 1101110 1100011 1001100 0 111001 11100010 1100010 10110

Color Harmonies of #011A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A6E

Black with #011A6E

Text Example


Text Example

White with #011A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011A6E; }

 p { color: rgb(1,26,110); }

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

background-color css

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

 a { background-color: rgb(1,26,110); }

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

border-color css

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

 span { border-color: rgb(1,26,110); }

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