Html Css Color HEX #11498E Dark Cerulean

📋 copy color: '#11498E'

red 17 ◦ green 73 ◦ blue 142

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

Shades of Dark Cerulean #11498E

Tints of Dark Cerulean #11498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.47%

 BLUE value IS 142 (55.86% from 255) = 61.21%

R = 7.33%
G = 31.47%
B = 61.21%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#11498E (or 0x11498E) is known color: Dark Cerulean. HEX triplet: 11, 49 and 8E. RGB value is (17,73,142). Sum of RGB (Red+Green+Blue) = 17+73+142=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 142 (55.86% from 255 or 61.21% from 232); Max value from RGB is 142 - color contains mainly: blue. Hex color #11498E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11498E is #EEB671. Grayscale: #3F3F3F. Windows color (decimal): -15644274 or 9324817. OLE color: 9324817.

HSL color Cylindrical-coordinate representation of color #11498E: hue angle of 213.12º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11498E is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 73 142 -
CMYK 0.88 0.49 0 0.44
HSL 213.12º 0.79% 0.31% -
HSV(B) 213.12º 0.88% 0.56% -
XYZ 7.5 6.84 26.52 -
YUV 64.12 171.95 94.39 -
System Red Green Blue C M Y K H S L
Decimal 17 73 142 0.88 0.49 0 0.44 213.12 0.79 0.31
Hex 11 49 8E 58 31 0 2C D5 4F 1F
Octal 21 111 216 130 61 0 54 325 117 37
Binary 10001 1001001 10001110 1011000 110001 0 101100 11010101 1001111 11111

Color Harmonies of #11498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11498E

Black with #11498E

Text Example


Text Example

White with #11498E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,73,142); }

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

background-color css

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

 a { background-color: rgb(17,73,142); }

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

border-color css

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

 span { border-color: rgb(17,73,142); }

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