Html Css Color HEX #011D4C Sapphire

📋 copy color: '#011D4C'

red 1 ◦ green 29 ◦ blue 76

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

Shades of Sapphire #011D4C

Tints of Sapphire #011D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 71.7%

R = 0.94%
G = 27.36%
B = 71.7%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#011D4C (or 0x011D4C) is known color: Sapphire. HEX triplet: 01, 1D and 4C. RGB value is (1,29,76). Sum of RGB (Red+Green+Blue) = 1+29+76=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 76 (30.08% from 255 or 71.70% from 106); Max value from RGB is 76 - color contains mainly: blue. Hex color #011D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D4C is #FEE2B3. Grayscale: #191919. Windows color (decimal): -16704180 or 4988161. OLE color: 4988161.

HSL color Cylindrical-coordinate representation of color #011D4C: hue angle of 217.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011D4C is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 29 76 -
CMYK 0.99 0.62 0 0.70
HSL 217.6º 0.97% 0.15% -
HSV(B) 217.6º 0.99% 0.3% -
XYZ 1.76 1.41 7.02 -
YUV 25.99 156.22 110.18 -
System Red Green Blue C M Y K H S L
Decimal 1 29 76 0.99 0.62 0 0.70 217.6 0.97 0.15
Hex 1 1D 4C 63 3E 0 46 DA 61 F
Octal 1 35 114 143 76 0 106 332 141 17
Binary 1 11101 1001100 1100011 111110 0 1000110 11011010 1100001 1111

Color Harmonies of #011D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D4C

Black with #011D4C

Text Example


Text Example

White with #011D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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