Html Css Color HEX #11486C Dark Cerulean

📋 copy color: '#11486C'

red 17 ◦ green 72 ◦ blue 108

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

Shades of Dark Cerulean #11486C

Tints of Dark Cerulean #11486C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.55%

 BLUE value IS 108 (42.58% from 255) = 54.82%

R = 8.63%
G = 36.55%
B = 54.82%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11486C (or 0x11486C) is known color: Dark Cerulean. HEX triplet: 11, 48 and 6C. RGB value is (17,72,108). Sum of RGB (Red+Green+Blue) = 17+72+108=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #11486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11486C is #EEB793. Grayscale: #3B3B3B. Windows color (decimal): -15644564 or 7096337. OLE color: 7096337.

HSL color Cylindrical-coordinate representation of color #11486C: hue angle of 203.74º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11486C is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 72 108 -
CMYK 0.84 0.33 0 0.58
HSL 203.74º 0.73% 0.25% -
HSV(B) 203.74º 0.84% 0.42% -
XYZ 5.26 5.84 15.04 -
YUV 59.66 155.28 97.57 -
System Red Green Blue C M Y K H S L
Decimal 17 72 108 0.84 0.33 0 0.58 203.74 0.73 0.25
Hex 11 48 6C 54 21 0 3A CC 49 19
Octal 21 110 154 124 41 0 72 314 111 31
Binary 10001 1001000 1101100 1010100 100001 0 111010 11001100 1001001 11001

Color Harmonies of #11486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11486C

Black with #11486C

Text Example


Text Example

White with #11486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,72,108); }

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

background-color css

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

 a { background-color: rgb(17,72,108); }

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

border-color css

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

 span { border-color: rgb(17,72,108); }

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