Html Css Color HEX #111E53 Sapphire

📋 copy color: '#111E53'

red 17 ◦ green 30 ◦ blue 83

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

Shades of Sapphire #111E53

Tints of Sapphire #111E53

RGB

 RED value IS 17 (7.03% from 255) = 13.08%

 GREEN value IS 30 (12.11% from 255) = 23.08%

 BLUE value IS 83 (32.81% from 255) = 63.85%

R = 13.08%
G = 23.08%
B = 63.85%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#111E53 (or 0x111E53) is known color: Sapphire. HEX triplet: 11, 1E and 53. RGB value is (17,30,83). Sum of RGB (Red+Green+Blue) = 17+30+83=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #111E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E53 is #EEE1AC. Grayscale: #1F1F1F. Windows color (decimal): -15655341 or 5447185. OLE color: 5447185.

HSL color Cylindrical-coordinate representation of color #111E53: hue angle of 228.18º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #111E53 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 30 83 -
CMYK 0.80 0.64 0 0.67
HSL 228.18º 0.66% 0.2% -
HSV(B) 228.18º 0.8% 0.33% -
XYZ 2.26 1.67 8.39 -
YUV 32.16 156.69 117.19 -
System Red Green Blue C M Y K H S L
Decimal 17 30 83 0.80 0.64 0 0.67 228.18 0.66 0.2
Hex 11 1E 53 50 40 0 43 E4 42 14
Octal 21 36 123 120 100 0 103 344 102 24
Binary 10001 11110 1010011 1010000 1000000 0 1000011 11100100 1000010 10100

Color Harmonies of #111E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111E53

Black with #111E53

Text Example


Text Example

White with #111E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111E53; }

 p { color: rgb(17,30,83); }

 H1.HeaderClassName
 {
   color: #111E53;
 }
 .AnyTagClassName
 {
   color: #111E53;
 }
</style>

background-color css

<style>
 a { background-color: #111E53; }

 a { background-color: rgb(17,30,83); }

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

border-color css

<style>
 span { border-color: #111E53; }

 span { border-color: rgb(17,30,83); }

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