Html Css Color HEX #11498D Dark Cerulean

📋 copy color: '#11498D'

red 17 ◦ green 73 ◦ blue 141

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

Shades of Dark Cerulean #11498D

Tints of Dark Cerulean #11498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 61.04%

R = 7.36%
G = 31.6%
B = 61.04%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#11498D (or 0x11498D) is known color: Dark Cerulean. HEX triplet: 11, 49 and 8D. RGB value is (17,73,141). Sum of RGB (Red+Green+Blue) = 17+73+141=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #11498D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11498D is #EEB672. Grayscale: #3F3F3F. Windows color (decimal): -15644275 or 9259281. OLE color: 9259281.

HSL color Cylindrical-coordinate representation of color #11498D: hue angle of 212.9º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11498D is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 73 141 -
CMYK 0.88 0.48 0 0.45
HSL 212.9º 0.78% 0.31% -
HSV(B) 212.9º 0.88% 0.55% -
XYZ 7.42 6.81 26.12 -
YUV 64.01 171.45 94.47 -
System Red Green Blue C M Y K H S L
Decimal 17 73 141 0.88 0.48 0 0.45 212.9 0.78 0.31
Hex 11 49 8D 58 30 0 2D D5 4E 1F
Octal 21 111 215 130 60 0 55 325 116 37
Binary 10001 1001001 10001101 1011000 110000 0 101101 11010101 1001110 11111

Color Harmonies of #11498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11498D

Black with #11498D

Text Example


Text Example

White with #11498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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