Html Css Color HEX #011D4E Sapphire

📋 copy color: '#011D4E'

red 1 ◦ green 29 ◦ blue 78

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

Shades of Sapphire #011D4E

Tints of Sapphire #011D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 72.22%

R = 0.93%
G = 26.85%
B = 72.22%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#011D4E (or 0x011D4E) is known color: Sapphire. HEX triplet: 01, 1D and 4E. RGB value is (1,29,78). Sum of RGB (Red+Green+Blue) = 1+29+78=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 78 (30.86% from 255 or 72.22% from 108); Max value from RGB is 78 - color contains mainly: blue. Hex color #011D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D4E is #FEE2B1. Grayscale: #191919. Windows color (decimal): -16704178 or 5119233. OLE color: 5119233.

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

Color convert

RGB 1 29 78 -
CMYK 0.99 0.63 0 0.69
HSL 218.18º 0.97% 0.15% -
HSV(B) 218.18º 0.99% 0.31% -
XYZ 1.83 1.44 7.39 -
YUV 26.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 1 29 78 0.99 0.63 0 0.69 218.18 0.97 0.15
Hex 1 1D 4E 63 3F 0 45 DA 61 F
Octal 1 35 116 143 77 0 105 332 141 17
Binary 1 11101 1001110 1100011 111111 0 1000101 11011010 1100001 1111

Color Harmonies of #011D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D4E

Black with #011D4E

Text Example


Text Example

White with #011D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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