Html Css Color HEX #11478D Dark Cerulean

📋 copy color: '#11478D'

red 17 ◦ green 71 ◦ blue 141

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

Shades of Dark Cerulean #11478D

Tints of Dark Cerulean #11478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31%

 BLUE value IS 141 (55.47% from 255) = 61.57%

R = 7.42%
G = 31%
B = 61.57%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#11478D (or 0x11478D) is known color: Dark Cerulean. HEX triplet: 11, 47 and 8D. RGB value is (17,71,141). Sum of RGB (Red+Green+Blue) = 17+71+141=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #11478D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11478D is #EEB872. Grayscale: #3E3E3E. Windows color (decimal): -15644787 or 9258769. OLE color: 9258769.

HSL color Cylindrical-coordinate representation of color #11478D: hue angle of 213.87º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11478D is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 71 141 -
CMYK 0.88 0.50 0 0.45
HSL 213.87º 0.78% 0.31% -
HSV(B) 213.87º 0.88% 0.55% -
XYZ 7.29 6.55 26.08 -
YUV 62.83 172.11 95.31 -
System Red Green Blue C M Y K H S L
Decimal 17 71 141 0.88 0.50 0 0.45 213.87 0.78 0.31
Hex 11 47 8D 58 32 0 2D D6 4E 1F
Octal 21 107 215 130 62 0 55 326 116 37
Binary 10001 1000111 10001101 1011000 110010 0 101101 11010110 1001110 11111

Color Harmonies of #11478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11478D

Black with #11478D

Text Example


Text Example

White with #11478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11478D; }

 p { color: rgb(17,71,141); }

 H1.HeaderClassName
 {
   color: #11478D;
 }
 .AnyTagClassName
 {
   color: #11478D;
 }
</style>

background-color css

<style>
 a { background-color: #11478D; }

 a { background-color: rgb(17,71,141); }

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

border-color css

<style>
 span { border-color: #11478D; }

 span { border-color: rgb(17,71,141); }

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