Html Css Color HEX #011D66 Sapphire

📋 copy color: '#011D66'

red 1 ◦ green 29 ◦ blue 102

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

Shades of Sapphire #011D66

Tints of Sapphire #011D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 77.27%

R = 0.76%
G = 21.97%
B = 77.27%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#011D66 (or 0x011D66) is known color: Sapphire. HEX triplet: 01, 1D and 66. RGB value is (1,29,102). Sum of RGB (Red+Green+Blue) = 1+29+102=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 102 (40.23% from 255 or 77.27% from 132); Max value from RGB is 102 - color contains mainly: blue. Hex color #011D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D66 is #FEE299. Grayscale: #1C1C1C. Windows color (decimal): -16704154 or 6692097. OLE color: 6692097.

HSL color Cylindrical-coordinate representation of color #011D66: hue angle of 223.37º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011D66 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 29 102 -
CMYK 0.99 0.72 0 0.6
HSL 223.37º 0.98% 0.2% -
HSV(B) 223.37º 0.99% 0.4% -
XYZ 2.85 1.84 12.78 -
YUV 28.95 169.22 108.06 -
System Red Green Blue C M Y K H S L
Decimal 1 29 102 0.99 0.72 0 0.6 223.37 0.98 0.2
Hex 1 1D 66 63 48 0 3C DF 62 14
Octal 1 35 146 143 110 0 74 337 142 24
Binary 1 11101 1100110 1100011 1001000 0 111100 11011111 1100010 10100

Color Harmonies of #011D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D66

Black with #011D66

Text Example


Text Example

White with #011D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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