Html Css Color HEX #11408A Dark Cerulean

📋 copy color: '#11408A'

red 17 ◦ green 64 ◦ blue 138

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

Shades of Dark Cerulean #11408A

Tints of Dark Cerulean #11408A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.22%

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

R = 7.76%
G = 29.22%
B = 63.01%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#11408A (or 0x11408A) is known color: Dark Cerulean. HEX triplet: 11, 40 and 8A. RGB value is (17,64,138). Sum of RGB (Red+Green+Blue) = 17+64+138=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #11408A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11408A is #EEBF75. Grayscale: #3A3A3A. Windows color (decimal): -15646582 or 9060369. OLE color: 9060369.

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

Color convert

RGB 17 64 138 -
CMYK 0.88 0.54 0 0.46
HSL 216.69º 0.78% 0.3% -
HSV(B) 216.69º 0.88% 0.54% -
XYZ 6.65 5.62 24.78 -
YUV 58.38 172.93 98.48 -
System Red Green Blue C M Y K H S L
Decimal 17 64 138 0.88 0.54 0 0.46 216.69 0.78 0.3
Hex 11 40 8A 58 36 0 2E D9 4E 1E
Octal 21 100 212 130 66 0 56 331 116 36
Binary 10001 1000000 10001010 1011000 110110 0 101110 11011001 1001110 11110

Color Harmonies of #11408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11408A

Black with #11408A

Text Example


Text Example

White with #11408A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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