Html Css Color HEX #11487D Dark Cerulean

📋 copy color: '#11487D'

red 17 ◦ green 72 ◦ blue 125

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

Shades of Dark Cerulean #11487D

Tints of Dark Cerulean #11487D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.41%

R = 7.94%
G = 33.64%
B = 58.41%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11487D (or 0x11487D) is known color: Dark Cerulean. HEX triplet: 11, 48 and 7D. RGB value is (17,72,125). Sum of RGB (Red+Green+Blue) = 17+72+125=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #11487D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11487D is #EEB782. Grayscale: #3D3D3D. Windows color (decimal): -15644547 or 8210449. OLE color: 8210449.

HSL color Cylindrical-coordinate representation of color #11487D: hue angle of 209.44º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11487D is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 72 125 -
CMYK 0.86 0.42 0 0.51
HSL 209.44º 0.76% 0.28% -
HSV(B) 209.44º 0.86% 0.49% -
XYZ 6.25 6.23 20.28 -
YUV 61.6 163.78 96.19 -
System Red Green Blue C M Y K H S L
Decimal 17 72 125 0.86 0.42 0 0.51 209.44 0.76 0.28
Hex 11 48 7D 56 2A 0 33 D1 4C 1C
Octal 21 110 175 126 52 0 63 321 114 34
Binary 10001 1001000 1111101 1010110 101010 0 110011 11010001 1001100 11100

Color Harmonies of #11487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11487D

Black with #11487D

Text Example


Text Example

White with #11487D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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