Html Css Color HEX #11387D Dark Cerulean

📋 copy color: '#11387D'

red 17 ◦ green 56 ◦ blue 125

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

Shades of Dark Cerulean #11387D

Tints of Dark Cerulean #11387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.28%

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

R = 8.59%
G = 28.28%
B = 63.13%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11387D (or 0x11387D) is known color: Dark Cerulean. HEX triplet: 11, 38 and 7D. RGB value is (17,56,125). Sum of RGB (Red+Green+Blue) = 17+56+125=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #11387D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11387D is #EEC782. Grayscale: #333333. Windows color (decimal): -15648643 or 8206353. OLE color: 8206353.

HSL color Cylindrical-coordinate representation of color #11387D: hue angle of 218.33º 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 #11387D is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 56 125 -
CMYK 0.86 0.55 0 0.51
HSL 218.33º 0.76% 0.28% -
HSV(B) 218.33º 0.86% 0.49% -
XYZ 5.35 4.43 19.97 -
YUV 52.21 169.08 102.89 -
System Red Green Blue C M Y K H S L
Decimal 17 56 125 0.86 0.55 0 0.51 218.33 0.76 0.28
Hex 11 38 7D 56 37 0 33 DA 4C 1C
Octal 21 70 175 126 67 0 63 332 114 34
Binary 10001 111000 1111101 1010110 110111 0 110011 11011010 1001100 11100

Color Harmonies of #11387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11387D

Black with #11387D

Text Example


Text Example

White with #11387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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