Html Css Color HEX #011D74 Sapphire

📋 copy color: '#011D74'

red 1 ◦ green 29 ◦ blue 116

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

Shades of Sapphire #011D74

Tints of Sapphire #011D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 79.45%

R = 0.68%
G = 19.86%
B = 79.45%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#011D74 (or 0x011D74) is known color: Sapphire. HEX triplet: 01, 1D and 74. RGB value is (1,29,116). Sum of RGB (Red+Green+Blue) = 1+29+116=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 116 (45.70% from 255 or 79.45% from 146); Max value from RGB is 116 - color contains mainly: blue. Hex color #011D74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D74 is #FEE28B. Grayscale: #1E1E1E. Windows color (decimal): -16704140 or 7609601. OLE color: 7609601.

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

Color convert

RGB 1 29 116 -
CMYK 0.99 0.75 0 0.55
HSL 225.39º 0.98% 0.23% -
HSV(B) 225.39º 0.99% 0.45% -
XYZ 3.6 2.15 16.75 -
YUV 30.55 176.22 106.93 -
System Red Green Blue C M Y K H S L
Decimal 1 29 116 0.99 0.75 0 0.55 225.39 0.98 0.23
Hex 1 1D 74 63 4B 0 37 E1 62 17
Octal 1 35 164 143 113 0 67 341 142 27
Binary 1 11101 1110100 1100011 1001011 0 110111 11100001 1100010 10111

Color Harmonies of #011D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D74

Black with #011D74

Text Example


Text Example

White with #011D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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