Html Css Color HEX #011D73 Sapphire

📋 copy color: '#011D73'

red 1 ◦ green 29 ◦ blue 115

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

Shades of Sapphire #011D73

Tints of Sapphire #011D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 79.31%

R = 0.69%
G = 20%
B = 79.31%

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

#011D73 (or 0x011D73) is known color: Sapphire. HEX triplet: 01, 1D and 73. RGB value is (1,29,115). Sum of RGB (Red+Green+Blue) = 1+29+115=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 115 (45.31% from 255 or 79.31% from 145); Max value from RGB is 115 - color contains mainly: blue. Hex color #011D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D73 is #FEE28C. Grayscale: #1E1E1E. Windows color (decimal): -16704141 or 7544065. OLE color: 7544065.

HSL color Cylindrical-coordinate representation of color #011D73: hue angle of 225.26º 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 #011D73 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 29 115 -
CMYK 0.99 0.75 0 0.55
HSL 225.26º 0.98% 0.23% -
HSV(B) 225.26º 0.99% 0.45% -
XYZ 3.55 2.12 16.44 -
YUV 30.43 175.72 107.01 -
System Red Green Blue C M Y K H S L
Decimal 1 29 115 0.99 0.75 0 0.55 225.26 0.98 0.23
Hex 1 1D 73 63 4B 0 37 E1 62 17
Octal 1 35 163 143 113 0 67 341 142 27
Binary 1 11101 1110011 1100011 1001011 0 110111 11100001 1100010 10111

Color Harmonies of #011D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D73

Black with #011D73

Text Example


Text Example

White with #011D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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