Html Css Color HEX #117594 Cerulean

📋 copy color: '#117594'

red 17 ◦ green 117 ◦ blue 148

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

Shades of Cerulean #117594

Tints of Cerulean #117594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.49%

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

R = 6.03%
G = 41.49%
B = 52.48%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117594 (or 0x117594) is known color: Cerulean. HEX triplet: 11, 75 and 94. RGB value is (17,117,148). Sum of RGB (Red+Green+Blue) = 17+117+148=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #117594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117594 is #EE8A6B. Grayscale: #5A5A5A. Windows color (decimal): -15633004 or 9729297. OLE color: 9729297.

HSL color Cylindrical-coordinate representation of color #117594: hue angle of 194.2º 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 #117594 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 117 148 -
CMYK 0.89 0.21 0 0.42
HSL 194.2º 0.79% 0.32% -
HSV(B) 194.2º 0.89% 0.58% -
XYZ 11.94 14.98 30.28 -
YUV 90.63 160.37 75.48 -
System Red Green Blue C M Y K H S L
Decimal 17 117 148 0.89 0.21 0 0.42 194.2 0.79 0.32
Hex 11 75 94 59 15 0 2A C2 4F 20
Octal 21 165 224 131 25 0 52 302 117 40
Binary 10001 1110101 10010100 1011001 10101 0 101010 11000010 1001111 100000

Color Harmonies of #117594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117594

Black with #117594

Text Example


Text Example

White with #117594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117594; }

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

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

background-color css

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

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

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

border-color css

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

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

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