Html Css Color HEX #111E5D Sapphire

📋 copy color: '#111E5D'

red 17 ◦ green 30 ◦ blue 93

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

Shades of Sapphire #111E5D

Tints of Sapphire #111E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 66.43%

R = 12.14%
G = 21.43%
B = 66.43%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#111E5D (or 0x111E5D) is known color: Sapphire. HEX triplet: 11, 1E and 5D. RGB value is (17,30,93). Sum of RGB (Red+Green+Blue) = 17+30+93=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #111E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E5D is #EEE1A2. Grayscale: #212121. Windows color (decimal): -15655331 or 6102545. OLE color: 6102545.

HSL color Cylindrical-coordinate representation of color #111E5D: hue angle of 229.74º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111E5D is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 30 93 -
CMYK 0.82 0.68 0 0.64
HSL 229.74º 0.69% 0.22% -
HSV(B) 229.74º 0.82% 0.36% -
XYZ 2.67 1.84 10.57 -
YUV 33.3 161.69 116.38 -
System Red Green Blue C M Y K H S L
Decimal 17 30 93 0.82 0.68 0 0.64 229.74 0.69 0.22
Hex 11 1E 5D 52 44 0 40 E6 45 16
Octal 21 36 135 122 104 0 100 346 105 26
Binary 10001 11110 1011101 1010010 1000100 0 1000000 11100110 1000101 10110

Color Harmonies of #111E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111E5D

Black with #111E5D

Text Example


Text Example

White with #111E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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