Html Css Color HEX #117493 Cerulean

📋 copy color: '#117493'

red 17 ◦ green 116 ◦ blue 147

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

Shades of Cerulean #117493

Tints of Cerulean #117493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.5%

R = 6.07%
G = 41.43%
B = 52.5%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117493 (or 0x117493) is known color: Cerulean. HEX triplet: 11, 74 and 93. RGB value is (17,116,147). Sum of RGB (Red+Green+Blue) = 17+116+147=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #117493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117493 is #EE8B6C. Grayscale: #595959. Windows color (decimal): -15633261 or 9663505. OLE color: 9663505.

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

Color convert

RGB 17 116 147 -
CMYK 0.88 0.21 0 0.42
HSL 194.31º 0.79% 0.32% -
HSV(B) 194.31º 0.88% 0.58% -
XYZ 11.74 14.72 29.83 -
YUV 89.93 160.2 75.98 -
System Red Green Blue C M Y K H S L
Decimal 17 116 147 0.88 0.21 0 0.42 194.31 0.79 0.32
Hex 11 74 93 58 15 0 2A C2 4F 20
Octal 21 164 223 130 25 0 52 302 117 40
Binary 10001 1110100 10010011 1011000 10101 0 101010 11000010 1001111 100000

Color Harmonies of #117493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117493

Black with #117493

Text Example


Text Example

White with #117493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117493; }

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

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

background-color css

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

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

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

border-color css

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

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

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