Html Css Color HEX #11538D Dark Cerulean

📋 copy color: '#11538D'

red 17 ◦ green 83 ◦ blue 141

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

Shades of Dark Cerulean #11538D

Tints of Dark Cerulean #11538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.44%

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

R = 7.05%
G = 34.44%
B = 58.51%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#11538D (or 0x11538D) is known color: Dark Cerulean. HEX triplet: 11, 53 and 8D. RGB value is (17,83,141). Sum of RGB (Red+Green+Blue) = 17+83+141=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #11538D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11538D is #EEAC72. Grayscale: #454545. Windows color (decimal): -15641715 or 9261841. OLE color: 9261841.

HSL color Cylindrical-coordinate representation of color #11538D: hue angle of 208.06º 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 #11538D is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 83 141 -
CMYK 0.88 0.41 0 0.45
HSL 208.06º 0.78% 0.31% -
HSV(B) 208.06º 0.88% 0.55% -
XYZ 8.13 8.23 26.36 -
YUV 69.88 168.13 90.28 -
System Red Green Blue C M Y K H S L
Decimal 17 83 141 0.88 0.41 0 0.45 208.06 0.78 0.31
Hex 11 53 8D 58 29 0 2D D0 4E 1F
Octal 21 123 215 130 51 0 55 320 116 37
Binary 10001 1010011 10001101 1011000 101001 0 101101 11010000 1001110 11111

Color Harmonies of #11538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11538D

Black with #11538D

Text Example


Text Example

White with #11538D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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