Html Css Color HEX #115074 Dark Cerulean

📋 copy color: '#115074'

red 17 ◦ green 80 ◦ blue 116

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

Shades of Dark Cerulean #115074

Tints of Dark Cerulean #115074

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.56%

 BLUE value IS 116 (45.7% from 255) = 54.46%

R = 7.98%
G = 37.56%
B = 54.46%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#115074 (or 0x115074) is known color: Dark Cerulean. HEX triplet: 11, 50 and 74. RGB value is (17,80,116). Sum of RGB (Red+Green+Blue) = 17+80+116=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #115074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115074 is #EEAF8B. Grayscale: #414141. Windows color (decimal): -15642508 or 7622673. OLE color: 7622673.

HSL color Cylindrical-coordinate representation of color #115074: hue angle of 201.82º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115074 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 80 116 -
CMYK 0.85 0.31 0 0.55
HSL 201.82º 0.74% 0.26% -
HSV(B) 201.82º 0.85% 0.45% -
XYZ 6.25 7.12 17.57 -
YUV 65.27 156.63 93.57 -
System Red Green Blue C M Y K H S L
Decimal 17 80 116 0.85 0.31 0 0.55 201.82 0.74 0.26
Hex 11 50 74 55 1F 0 37 CA 4A 1A
Octal 21 120 164 125 37 0 67 312 112 32
Binary 10001 1010000 1110100 1010101 11111 0 110111 11001010 1001010 11010

Color Harmonies of #115074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115074

Black with #115074

Text Example


Text Example

White with #115074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115074; }

 p { color: rgb(17,80,116); }

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

background-color css

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

 a { background-color: rgb(17,80,116); }

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

border-color css

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

 span { border-color: rgb(17,80,116); }

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