Html Css Color HEX #117694 Cerulean

📋 copy color: '#117694'

red 17 ◦ green 118 ◦ blue 148

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

Shades of Cerulean #117694

Tints of Cerulean #117694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.7%

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

R = 6.01%
G = 41.7%
B = 52.3%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117694 (or 0x117694) is known color: Cerulean. HEX triplet: 11, 76 and 94. RGB value is (17,118,148). Sum of RGB (Red+Green+Blue) = 17+118+148=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #117694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117694 is #EE896B. Grayscale: #5A5A5A. Windows color (decimal): -15632748 or 9729553. OLE color: 9729553.

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

Color convert

RGB 17 118 148 -
CMYK 0.89 0.20 0 0.42
HSL 193.74º 0.79% 0.32% -
HSV(B) 193.74º 0.89% 0.58% -
XYZ 12.05 15.21 30.32 -
YUV 91.22 160.04 75.06 -
System Red Green Blue C M Y K H S L
Decimal 17 118 148 0.89 0.20 0 0.42 193.74 0.79 0.32
Hex 11 76 94 59 14 0 2A C2 4F 20
Octal 21 166 224 131 24 0 52 302 117 40
Binary 10001 1110110 10010100 1011001 10100 0 101010 11000010 1001111 100000

Color Harmonies of #117694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117694

Black with #117694

Text Example


Text Example

White with #117694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117694; }

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

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

background-color css

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

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

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

border-color css

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

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

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