Html Css Color HEX #115380 Dark Cerulean

📋 copy color: '#115380'

red 17 ◦ green 83 ◦ blue 128

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

Shades of Dark Cerulean #115380

Tints of Dark Cerulean #115380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 56.14%

R = 7.46%
G = 36.4%
B = 56.14%

CMYK

 C value IS 0.87

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#115380 (or 0x115380) is known color: Dark Cerulean. HEX triplet: 11, 53 and 80. RGB value is (17,83,128). Sum of RGB (Red+Green+Blue) = 17+83+128=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #115380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115380 is #EEAC7F. Grayscale: #444444. Windows color (decimal): -15641728 or 8409873. OLE color: 8409873.

HSL color Cylindrical-coordinate representation of color #115380: hue angle of 204.32º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115380 is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 83 128 -
CMYK 0.87 0.35 0 0.50
HSL 204.32º 0.77% 0.28% -
HSV(B) 204.32º 0.87% 0.5% -
XYZ 7.22 7.86 21.56 -
YUV 68.4 161.63 91.34 -
System Red Green Blue C M Y K H S L
Decimal 17 83 128 0.87 0.35 0 0.50 204.32 0.77 0.28
Hex 11 53 80 57 23 0 32 CC 4D 1C
Octal 21 123 200 127 43 0 62 314 115 34
Binary 10001 1010011 10000000 1010111 100011 0 110010 11001100 1001101 11100

Color Harmonies of #115380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115380

Black with #115380

Text Example


Text Example

White with #115380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115380; }

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

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

background-color css

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

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

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

border-color css

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

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

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