Html Css Color HEX #115278 Dark Cerulean

📋 copy color: '#115278'

red 17 ◦ green 82 ◦ blue 120

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

Shades of Dark Cerulean #115278

Tints of Dark Cerulean #115278

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.44%

 BLUE value IS 120 (47.27% from 255) = 54.79%

R = 7.76%
G = 37.44%
B = 54.79%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#115278 (or 0x115278) is known color: Dark Cerulean. HEX triplet: 11, 52 and 78. RGB value is (17,82,120). Sum of RGB (Red+Green+Blue) = 17+82+120=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #115278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115278 is #EEAD87. Grayscale: #424242. Windows color (decimal): -15641992 or 7885329. OLE color: 7885329.

HSL color Cylindrical-coordinate representation of color #115278: hue angle of 202.14º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #115278 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 82 120 -
CMYK 0.86 0.32 0 0.53
HSL 202.14º 0.75% 0.27% -
HSV(B) 202.14º 0.86% 0.47% -
XYZ 6.64 7.51 18.87 -
YUV 66.9 157.97 92.41 -
System Red Green Blue C M Y K H S L
Decimal 17 82 120 0.86 0.32 0 0.53 202.14 0.75 0.27
Hex 11 52 78 56 20 0 35 CA 4B 1B
Octal 21 122 170 126 40 0 65 312 113 33
Binary 10001 1010010 1111000 1010110 100000 0 110101 11001010 1001011 11011

Color Harmonies of #115278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115278

Black with #115278

Text Example


Text Example

White with #115278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115278; }

 p { color: rgb(17,82,120); }

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

background-color css

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

 a { background-color: rgb(17,82,120); }

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

border-color css

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

 span { border-color: rgb(17,82,120); }

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