Html Css Color HEX #115194 Dark Cerulean

📋 copy color: '#115194'

red 17 ◦ green 81 ◦ blue 148

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

Shades of Dark Cerulean #115194

Tints of Dark Cerulean #115194

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.93%

 BLUE value IS 148 (58.2% from 255) = 60.16%

R = 6.91%
G = 32.93%
B = 60.16%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#115194 (or 0x115194) is known color: Dark Cerulean. HEX triplet: 11, 51 and 94. RGB value is (17,81,148). Sum of RGB (Red+Green+Blue) = 17+81+148=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #115194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115194 is #EEAE6B. Grayscale: #454545. Windows color (decimal): -15642220 or 9720081. OLE color: 9720081.

HSL color Cylindrical-coordinate representation of color #115194: hue angle of 210.69º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115194 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 81 148 -
CMYK 0.89 0.45 0 0.42
HSL 210.69º 0.79% 0.32% -
HSV(B) 210.69º 0.89% 0.58% -
XYZ 8.52 8.14 29.14 -
YUV 69.5 172.3 90.55 -
System Red Green Blue C M Y K H S L
Decimal 17 81 148 0.89 0.45 0 0.42 210.69 0.79 0.32
Hex 11 51 94 59 2D 0 2A D3 4F 20
Octal 21 121 224 131 55 0 52 323 117 40
Binary 10001 1010001 10010100 1011001 101101 0 101010 11010011 1001111 100000

Color Harmonies of #115194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115194

Black with #115194

Text Example


Text Example

White with #115194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115194; }

 p { color: rgb(17,81,148); }

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

background-color css

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

 a { background-color: rgb(17,81,148); }

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

border-color css

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

 span { border-color: rgb(17,81,148); }

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