Html Css Color HEX #115382 Dark Cerulean

📋 copy color: '#115382'

red 17 ◦ green 83 ◦ blue 130

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

Shades of Dark Cerulean #115382

Tints of Dark Cerulean #115382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 56.52%

R = 7.39%
G = 36.09%
B = 56.52%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#115382 (or 0x115382) is known color: Dark Cerulean. HEX triplet: 11, 53 and 82. RGB value is (17,83,130). Sum of RGB (Red+Green+Blue) = 17+83+130=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #115382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115382 is #EEAC7D. Grayscale: #444444. Windows color (decimal): -15641726 or 8540945. OLE color: 8540945.

HSL color Cylindrical-coordinate representation of color #115382: hue angle of 204.96º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115382 is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 83 130 -
CMYK 0.87 0.36 0 0.49
HSL 204.96º 0.77% 0.29% -
HSV(B) 204.96º 0.87% 0.51% -
XYZ 7.35 7.92 22.26 -
YUV 68.62 162.63 91.18 -
System Red Green Blue C M Y K H S L
Decimal 17 83 130 0.87 0.36 0 0.49 204.96 0.77 0.29
Hex 11 53 82 57 24 0 31 CD 4D 1D
Octal 21 123 202 127 44 0 61 315 115 35
Binary 10001 1010011 10000010 1010111 100100 0 110001 11001101 1001101 11101

Color Harmonies of #115382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115382

Black with #115382

Text Example


Text Example

White with #115382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115382; }

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

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

background-color css

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

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

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

border-color css

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

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

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