Html Css Color HEX #115090 Dark Cerulean

📋 copy color: '#115090'

red 17 ◦ green 80 ◦ blue 144

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

Shades of Dark Cerulean #115090

Tints of Dark Cerulean #115090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 59.75%

R = 7.05%
G = 33.2%
B = 59.75%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#115090 (or 0x115090) is known color: Dark Cerulean. HEX triplet: 11, 50 and 90. RGB value is (17,80,144). Sum of RGB (Red+Green+Blue) = 17+80+144=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #115090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115090 is #EEAF6F. Grayscale: #444444. Windows color (decimal): -15642480 or 9457681. OLE color: 9457681.

HSL color Cylindrical-coordinate representation of color #115090: hue angle of 210.24º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115090 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 80 144 -
CMYK 0.88 0.44 0 0.44
HSL 210.24º 0.79% 0.32% -
HSV(B) 210.24º 0.88% 0.56% -
XYZ 8.13 7.87 27.48 -
YUV 68.46 170.63 91.3 -
System Red Green Blue C M Y K H S L
Decimal 17 80 144 0.88 0.44 0 0.44 210.24 0.79 0.32
Hex 11 50 90 58 2C 0 2C D2 4F 20
Octal 21 120 220 130 54 0 54 322 117 40
Binary 10001 1010000 10010000 1011000 101100 0 101100 11010010 1001111 100000

Color Harmonies of #115090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115090

Black with #115090

Text Example


Text Example

White with #115090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115090; }

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

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

background-color css

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

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

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

border-color css

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

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

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