Html Css Color HEX #11244E Sapphire

📋 copy color: '#11244E'

red 17 ◦ green 36 ◦ blue 78

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

Shades of Sapphire #11244E

Tints of Sapphire #11244E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.48%

 BLUE value IS 78 (30.86% from 255) = 59.54%

R = 12.98%
G = 27.48%
B = 59.54%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#11244E (or 0x11244E) is known color: Sapphire. HEX triplet: 11, 24 and 4E. RGB value is (17,36,78). Sum of RGB (Red+Green+Blue) = 17+36+78=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #11244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11244E is #EEDBB1. Grayscale: #222222. Windows color (decimal): -15653810 or 5121041. OLE color: 5121041.

HSL color Cylindrical-coordinate representation of color #11244E: hue angle of 221.31º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11244E is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 36 78 -
CMYK 0.78 0.54 0 0.69
HSL 221.31º 0.64% 0.19% -
HSV(B) 221.31º 0.78% 0.31% -
XYZ 2.24 1.93 7.46 -
YUV 35.11 152.21 115.08 -
System Red Green Blue C M Y K H S L
Decimal 17 36 78 0.78 0.54 0 0.69 221.31 0.64 0.19
Hex 11 24 4E 4E 36 0 45 DD 40 13
Octal 21 44 116 116 66 0 105 335 100 23
Binary 10001 100100 1001110 1001110 110110 0 1000101 11011101 1000000 10011

Color Harmonies of #11244E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11244E

Black with #11244E

Text Example


Text Example

White with #11244E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11244E; }

 p { color: rgb(17,36,78); }

 H1.HeaderClassName
 {
   color: #11244E;
 }
 .AnyTagClassName
 {
   color: #11244E;
 }
</style>

background-color css

<style>
 a { background-color: #11244E; }

 a { background-color: rgb(17,36,78); }

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

border-color css

<style>
 span { border-color: #11244E; }

 span { border-color: rgb(17,36,78); }

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