Html Css Color HEX #011C83 Sapphire

📋 copy color: '#011C83'

red 1 ◦ green 28 ◦ blue 131

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

Shades of Sapphire #011C83

Tints of Sapphire #011C83

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.5%

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

R = 0.63%
G = 17.5%
B = 81.88%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011C83 (or 0x011C83) is known color: Sapphire. HEX triplet: 01, 1C and 83. RGB value is (1,28,131). Sum of RGB (Red+Green+Blue) = 1+28+131=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 131 (51.56% from 255 or 81.88% from 160); Max value from RGB is 131 - color contains mainly: blue. Hex color #011C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011C83 is #FEE37C. Grayscale: #1F1F1F. Windows color (decimal): -16704381 or 8592385. OLE color: 8592385.

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

Color convert

RGB 1 28 131 -
CMYK 0.99 0.79 0 0.49
HSL 227.54º 0.98% 0.26% -
HSV(B) 227.54º 0.99% 0.51% -
XYZ 4.52 2.48 21.71 -
YUV 31.67 184.05 106.12 -
System Red Green Blue C M Y K H S L
Decimal 1 28 131 0.99 0.79 0 0.49 227.54 0.98 0.26
Hex 1 1C 83 63 4F 0 31 E4 62 1A
Octal 1 34 203 143 117 0 61 344 142 32
Binary 1 11100 10000011 1100011 1001111 0 110001 11100100 1100010 11010

Color Harmonies of #011C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C83

Black with #011C83

Text Example


Text Example

White with #011C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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