Html Css Color HEX #117494 Cerulean

📋 copy color: '#117494'

red 17 ◦ green 116 ◦ blue 148

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

Shades of Cerulean #117494

Tints of Cerulean #117494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.28%

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

R = 6.05%
G = 41.28%
B = 52.67%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117494 (or 0x117494) is known color: Cerulean. HEX triplet: 11, 74 and 94. RGB value is (17,116,148). Sum of RGB (Red+Green+Blue) = 17+116+148=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #117494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117494 is #EE8B6B. Grayscale: #595959. Windows color (decimal): -15633260 or 9729041. OLE color: 9729041.

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

Color convert

RGB 17 116 148 -
CMYK 0.89 0.22 0 0.42
HSL 194.66º 0.79% 0.32% -
HSV(B) 194.66º 0.89% 0.58% -
XYZ 11.82 14.75 30.24 -
YUV 90.05 160.7 75.9 -
System Red Green Blue C M Y K H S L
Decimal 17 116 148 0.89 0.22 0 0.42 194.66 0.79 0.32
Hex 11 74 94 59 16 0 2A C3 4F 20
Octal 21 164 224 131 26 0 52 303 117 40
Binary 10001 1110100 10010100 1011001 10110 0 101010 11000011 1001111 100000

Color Harmonies of #117494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117494

Black with #117494

Text Example


Text Example

White with #117494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117494; }

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

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

background-color css

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

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

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

border-color css

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

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

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