Html Css Color HEX #11538C Dark Cerulean

📋 copy color: '#11538C'

red 17 ◦ green 83 ◦ blue 140

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

Shades of Dark Cerulean #11538C

Tints of Dark Cerulean #11538C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 58.33%

R = 7.08%
G = 34.58%
B = 58.33%

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

#11538C (or 0x11538C) is known color: Dark Cerulean. HEX triplet: 11, 53 and 8C. RGB value is (17,83,140). Sum of RGB (Red+Green+Blue) = 17+83+140=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 140 (55.08% from 255 or 58.33% from 240); Max value from RGB is 140 - color contains mainly: blue. Hex color #11538C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11538C is #EEAC73. Grayscale: #454545. Windows color (decimal): -15641716 or 9196305. OLE color: 9196305.

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

Color convert

RGB 17 83 140 -
CMYK 0.88 0.41 0 0.45
HSL 207.8º 0.78% 0.31% -
HSV(B) 207.8º 0.88% 0.55% -
XYZ 8.06 8.2 25.97 -
YUV 69.76 167.63 90.37 -
System Red Green Blue C M Y K H S L
Decimal 17 83 140 0.88 0.41 0 0.45 207.8 0.78 0.31
Hex 11 53 8C 58 29 0 2D D0 4E 1F
Octal 21 123 214 130 51 0 55 320 116 37
Binary 10001 1010011 10001100 1011000 101001 0 101101 11010000 1001110 11111

Color Harmonies of #11538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11538C

Black with #11538C

Text Example


Text Example

White with #11538C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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