Html Css Color HEX #11548A Dark Cerulean

📋 copy color: '#11548A'

red 17 ◦ green 84 ◦ blue 138

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

Shades of Dark Cerulean #11548A

Tints of Dark Cerulean #11548A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.74%

R = 7.11%
G = 35.15%
B = 57.74%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#11548A (or 0x11548A) is known color: Dark Cerulean. HEX triplet: 11, 54 and 8A. RGB value is (17,84,138). Sum of RGB (Red+Green+Blue) = 17+84+138=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #11548A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11548A is #EEAB75. Grayscale: #454545. Windows color (decimal): -15641462 or 9065489. OLE color: 9065489.

HSL color Cylindrical-coordinate representation of color #11548A: hue angle of 206.78º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11548A is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 84 138 -
CMYK 0.88 0.39 0 0.46
HSL 206.78º 0.78% 0.3% -
HSV(B) 206.78º 0.88% 0.54% -
XYZ 7.99 8.29 25.22 -
YUV 70.12 166.3 90.11 -
System Red Green Blue C M Y K H S L
Decimal 17 84 138 0.88 0.39 0 0.46 206.78 0.78 0.3
Hex 11 54 8A 58 27 0 2E CF 4E 1E
Octal 21 124 212 130 47 0 56 317 116 36
Binary 10001 1010100 10001010 1011000 100111 0 101110 11001111 1001110 11110

Color Harmonies of #11548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11548A

Black with #11548A

Text Example


Text Example

White with #11548A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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