Html Css Color HEX #111D54 Sapphire

📋 copy color: '#111D54'

red 17 ◦ green 29 ◦ blue 84

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

Shades of Sapphire #111D54

Tints of Sapphire #111D54

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.31%

 BLUE value IS 84 (33.2% from 255) = 64.62%

R = 13.08%
G = 22.31%
B = 64.62%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#111D54 (or 0x111D54) is known color: Sapphire. HEX triplet: 11, 1D and 54. RGB value is (17,29,84). Sum of RGB (Red+Green+Blue) = 17+29+84=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 84 (33.20% from 255 or 64.62% from 130); Max value from RGB is 84 - color contains mainly: blue. Hex color #111D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D54 is #EEE2AB. Grayscale: #1F1F1F. Windows color (decimal): -15655596 or 5512465. OLE color: 5512465.

HSL color Cylindrical-coordinate representation of color #111D54: hue angle of 229.25º 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 #111D54 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 29 84 -
CMYK 0.80 0.65 0 0.67
HSL 229.25º 0.66% 0.2% -
HSV(B) 229.25º 0.8% 0.33% -
XYZ 2.27 1.64 8.58 -
YUV 31.68 157.52 117.53 -
System Red Green Blue C M Y K H S L
Decimal 17 29 84 0.80 0.65 0 0.67 229.25 0.66 0.2
Hex 11 1D 54 50 41 0 43 E5 42 14
Octal 21 35 124 120 101 0 103 345 102 24
Binary 10001 11101 1010100 1010000 1000001 0 1000011 11100101 1000010 10100

Color Harmonies of #111D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111D54

Black with #111D54

Text Example


Text Example

White with #111D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,29,84); }

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

background-color css

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

 a { background-color: rgb(17,29,84); }

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

border-color css

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

 span { border-color: rgb(17,29,84); }

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