Html Css Color HEX #11488E Dark Cerulean

📋 copy color: '#11488E'

red 17 ◦ green 72 ◦ blue 142

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

Shades of Dark Cerulean #11488E

Tints of Dark Cerulean #11488E

RGB

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

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

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

R = 7.36%
G = 31.17%
B = 61.47%

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

#11488E (or 0x11488E) is known color: Dark Cerulean. HEX triplet: 11, 48 and 8E. RGB value is (17,72,142). Sum of RGB (Red+Green+Blue) = 17+72+142=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 142 (55.86% from 255 or 61.47% from 231); Max value from RGB is 142 - color contains mainly: blue. Hex color #11488E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11488E is #EEB771. Grayscale: #3F3F3F. Windows color (decimal): -15644530 or 9324561. OLE color: 9324561.

HSL color Cylindrical-coordinate representation of color #11488E: hue angle of 213.6º 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 #11488E is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 72 142 -
CMYK 0.88 0.49 0 0.44
HSL 213.6º 0.79% 0.31% -
HSV(B) 213.6º 0.88% 0.56% -
XYZ 7.43 6.71 26.49 -
YUV 63.54 172.28 94.81 -
System Red Green Blue C M Y K H S L
Decimal 17 72 142 0.88 0.49 0 0.44 213.6 0.79 0.31
Hex 11 48 8E 58 31 0 2C D6 4F 1F
Octal 21 110 216 130 61 0 54 326 117 37
Binary 10001 1001000 10001110 1011000 110001 0 101100 11010110 1001111 11111

Color Harmonies of #11488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11488E

Black with #11488E

Text Example


Text Example

White with #11488E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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