Html Css Color HEX #011D6E Sapphire

📋 copy color: '#011D6E'

red 1 ◦ green 29 ◦ blue 110

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

Shades of Sapphire #011D6E

Tints of Sapphire #011D6E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.71%

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

R = 0.71%
G = 20.71%
B = 78.57%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#011D6E (or 0x011D6E) is known color: Sapphire. HEX triplet: 01, 1D and 6E. RGB value is (1,29,110). Sum of RGB (Red+Green+Blue) = 1+29+110=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 110 (43.36% from 255 or 78.57% from 140); Max value from RGB is 110 - color contains mainly: blue. Hex color #011D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D6E is #FEE291. Grayscale: #1D1D1D. Windows color (decimal): -16704146 or 7216385. OLE color: 7216385.

HSL color Cylindrical-coordinate representation of color #011D6E: hue angle of 224.59º 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 #011D6E is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 29 110 -
CMYK 0.99 0.74 0 0.57
HSL 224.59º 0.98% 0.22% -
HSV(B) 224.59º 0.99% 0.43% -
XYZ 3.27 2.01 14.97 -
YUV 29.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 1 29 110 0.99 0.74 0 0.57 224.59 0.98 0.22
Hex 1 1D 6E 63 4A 0 39 E1 62 16
Octal 1 35 156 143 112 0 71 341 142 26
Binary 1 11101 1101110 1100011 1001010 0 111001 11100001 1100010 10110

Color Harmonies of #011D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D6E

Black with #011D6E

Text Example


Text Example

White with #011D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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