Html Css Color HEX #11548C Dark Cerulean

📋 copy color: '#11548C'

red 17 ◦ green 84 ◦ blue 140

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

Shades of Dark Cerulean #11548C

Tints of Dark Cerulean #11548C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.85%

 BLUE value IS 140 (55.08% from 255) = 58.09%

R = 7.05%
G = 34.85%
B = 58.09%

CMYK

 C value IS 0.88

 M value IS 0.4

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#11548C (or 0x11548C) is known color: Dark Cerulean. HEX triplet: 11, 54 and 8C. RGB value is (17,84,140). Sum of RGB (Red+Green+Blue) = 17+84+140=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #11548C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11548C is #EEAB73. Grayscale: #464646. Windows color (decimal): -15641460 or 9196561. OLE color: 9196561.

HSL color Cylindrical-coordinate representation of color #11548C: hue angle of 207.32º 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 #11548C is Cyan = 0.88, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 84 140 -
CMYK 0.88 0.4 0 0.45
HSL 207.32º 0.78% 0.31% -
HSV(B) 207.32º 0.88% 0.55% -
XYZ 8.14 8.35 25.99 -
YUV 70.35 167.3 89.95 -
System Red Green Blue C M Y K H S L
Decimal 17 84 140 0.88 0.4 0 0.45 207.32 0.78 0.31
Hex 11 54 8C 58 28 0 2D CF 4E 1F
Octal 21 124 214 130 50 0 55 317 116 37
Binary 10001 1010100 10001100 1011000 101000 0 101101 11001111 1001110 11111

Color Harmonies of #11548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11548C

Black with #11548C

Text Example


Text Example

White with #11548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11548C; }

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

 H1.HeaderClassName
 {
   color: #11548C;
 }
 .AnyTagClassName
 {
   color: #11548C;
 }
</style>

background-color css

<style>
 a { background-color: #11548C; }

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

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

border-color css

<style>
 span { border-color: #11548C; }

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

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