Html Css Color HEX #011D76 Sapphire

📋 copy color: '#011D76'

red 1 ◦ green 29 ◦ blue 118

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

Shades of Sapphire #011D76

Tints of Sapphire #011D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 79.73%

R = 0.68%
G = 19.59%
B = 79.73%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#011D76 (or 0x011D76) is known color: Sapphire. HEX triplet: 01, 1D and 76. RGB value is (1,29,118). Sum of RGB (Red+Green+Blue) = 1+29+118=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 118 (46.48% from 255 or 79.73% from 148); Max value from RGB is 118 - color contains mainly: blue. Hex color #011D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D76 is #FEE289. Grayscale: #1E1E1E. Windows color (decimal): -16704138 or 7740673. OLE color: 7740673.

HSL color Cylindrical-coordinate representation of color #011D76: hue angle of 225.64º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011D76 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 29 118 -
CMYK 0.99 0.75 0 0.54
HSL 225.64º 0.98% 0.23% -
HSV(B) 225.64º 0.99% 0.46% -
XYZ 3.72 2.19 17.37 -
YUV 30.77 177.22 106.76 -
System Red Green Blue C M Y K H S L
Decimal 1 29 118 0.99 0.75 0 0.54 225.64 0.98 0.23
Hex 1 1D 76 63 4B 0 36 E2 62 17
Octal 1 35 166 143 113 0 66 342 142 27
Binary 1 11101 1110110 1100011 1001011 0 110110 11100010 1100010 10111

Color Harmonies of #011D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D76

Black with #011D76

Text Example


Text Example

White with #011D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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