Html Css Color HEX #011D83 Sapphire

📋 copy color: '#011D83'

red 1 ◦ green 29 ◦ blue 131

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

Shades of Sapphire #011D83

Tints of Sapphire #011D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 81.37%

R = 0.62%
G = 18.01%
B = 81.37%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011D83 (or 0x011D83) is known color: Sapphire. HEX triplet: 01, 1D and 83. RGB value is (1,29,131). Sum of RGB (Red+Green+Blue) = 1+29+131=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 131 (51.56% from 255 or 81.37% from 161); Max value from RGB is 131 - color contains mainly: blue. Hex color #011D83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011D83 is #FEE27C. Grayscale: #1F1F1F. Windows color (decimal): -16704125 or 8592641. OLE color: 8592641.

HSL color Cylindrical-coordinate representation of color #011D83: hue angle of 227.08º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011D83 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 29 131 -
CMYK 0.99 0.78 0 0.49
HSL 227.08º 0.98% 0.26% -
HSV(B) 227.08º 0.99% 0.51% -
XYZ 4.55 2.52 21.72 -
YUV 32.26 183.72 105.71 -
System Red Green Blue C M Y K H S L
Decimal 1 29 131 0.99 0.78 0 0.49 227.08 0.98 0.26
Hex 1 1D 83 63 4E 0 31 E3 62 1A
Octal 1 35 203 143 116 0 61 343 142 32
Binary 1 11101 10000011 1100011 1001110 0 110001 11100011 1100010 11010

Color Harmonies of #011D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D83

Black with #011D83

Text Example


Text Example

White with #011D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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