Html Css Color HEX #111E67 Sapphire

📋 copy color: '#111E67'

red 17 ◦ green 30 ◦ blue 103

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

Shades of Sapphire #111E67

Tints of Sapphire #111E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 68.67%

R = 11.33%
G = 20%
B = 68.67%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#111E67 (or 0x111E67) is known color: Sapphire. HEX triplet: 11, 1E and 67. RGB value is (17,30,103). Sum of RGB (Red+Green+Blue) = 17+30+103=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 103 (40.62% from 255 or 68.67% from 150); Max value from RGB is 103 - color contains mainly: blue. Hex color #111E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E67 is #EEE198. Grayscale: #222222. Windows color (decimal): -15655321 or 6757905. OLE color: 6757905.

HSL color Cylindrical-coordinate representation of color #111E67: hue angle of 230.93º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #111E67 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 30 103 -
CMYK 0.83 0.71 0 0.60
HSL 230.93º 0.72% 0.24% -
HSV(B) 230.93º 0.83% 0.4% -
XYZ 3.14 2.03 13.06 -
YUV 34.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 17 30 103 0.83 0.71 0 0.60 230.93 0.72 0.24
Hex 11 1E 67 53 47 0 3C E7 48 18
Octal 21 36 147 123 107 0 74 347 110 30
Binary 10001 11110 1100111 1010011 1000111 0 111100 11100111 1001000 11000

Color Harmonies of #111E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111E67

Black with #111E67

Text Example


Text Example

White with #111E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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