Html Css Color HEX #111B5A Sapphire

📋 copy color: '#111B5A'

red 17 ◦ green 27 ◦ blue 90

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

Shades of Sapphire #111B5A

Tints of Sapphire #111B5A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.15%

 BLUE value IS 90 (35.55% from 255) = 67.16%

R = 12.69%
G = 20.15%
B = 67.16%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#111B5A (or 0x111B5A) is known color: Sapphire. HEX triplet: 11, 1B and 5A. RGB value is (17,27,90). Sum of RGB (Red+Green+Blue) = 17+27+90=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 90 (35.55% from 255 or 67.16% from 134); Max value from RGB is 90 - color contains mainly: blue. Hex color #111B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111B5A is #EEE4A5. Grayscale: #1E1E1E. Windows color (decimal): -15656102 or 5905169. OLE color: 5905169.

HSL color Cylindrical-coordinate representation of color #111B5A: hue angle of 231.78º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #111B5A is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 27 90 -
CMYK 0.81 0.70 0 0.65
HSL 231.78º 0.68% 0.21% -
HSV(B) 231.78º 0.81% 0.35% -
XYZ 2.47 1.64 9.86 -
YUV 31.19 161.19 117.88 -
System Red Green Blue C M Y K H S L
Decimal 17 27 90 0.81 0.70 0 0.65 231.78 0.68 0.21
Hex 11 1B 5A 51 46 0 41 E8 44 15
Octal 21 33 132 121 106 0 101 350 104 25
Binary 10001 11011 1011010 1010001 1000110 0 1000001 11101000 1000100 10101

Color Harmonies of #111B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111B5A

Black with #111B5A

Text Example


Text Example

White with #111B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,27,90); }

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

background-color css

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

 a { background-color: rgb(17,27,90); }

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

border-color css

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

 span { border-color: rgb(17,27,90); }

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