Html Css Color HEX #11488A Dark Cerulean

📋 copy color: '#11488A'

red 17 ◦ green 72 ◦ blue 138

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

Shades of Dark Cerulean #11488A

Tints of Dark Cerulean #11488A

RGB

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

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

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

R = 7.49%
G = 31.72%
B = 60.79%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#11488A (or 0x11488A) is known color: Dark Cerulean. HEX triplet: 11, 48 and 8A. RGB value is (17,72,138). Sum of RGB (Red+Green+Blue) = 17+72+138=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #11488A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11488A is #EEB775. Grayscale: #3E3E3E. Windows color (decimal): -15644534 or 9062417. OLE color: 9062417.

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

Color convert

RGB 17 72 138 -
CMYK 0.88 0.48 0 0.46
HSL 212.73º 0.78% 0.3% -
HSV(B) 212.73º 0.88% 0.54% -
XYZ 7.14 6.59 24.94 -
YUV 63.08 170.28 95.13 -
System Red Green Blue C M Y K H S L
Decimal 17 72 138 0.88 0.48 0 0.46 212.73 0.78 0.3
Hex 11 48 8A 58 30 0 2E D5 4E 1E
Octal 21 110 212 130 60 0 56 325 116 36
Binary 10001 1001000 10001010 1011000 110000 0 101110 11010101 1001110 11110

Color Harmonies of #11488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11488A

Black with #11488A

Text Example


Text Example

White with #11488A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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