Html Css Color HEX #117394 Cerulean

📋 copy color: '#117394'

red 17 ◦ green 115 ◦ blue 148

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

Shades of Cerulean #117394

Tints of Cerulean #117394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.07%

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

R = 6.07%
G = 41.07%
B = 52.86%

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

#117394 (or 0x117394) is known color: Cerulean. HEX triplet: 11, 73 and 94. RGB value is (17,115,148). Sum of RGB (Red+Green+Blue) = 17+115+148=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #117394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117394 is #EE8C6B. Grayscale: #595959. Windows color (decimal): -15633516 or 9728785. OLE color: 9728785.

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

Color convert

RGB 17 115 148 -
CMYK 0.89 0.22 0 0.42
HSL 195.11º 0.79% 0.32% -
HSV(B) 195.11º 0.89% 0.58% -
XYZ 11.71 14.52 30.2 -
YUV 89.46 161.03 76.32 -
System Red Green Blue C M Y K H S L
Decimal 17 115 148 0.89 0.22 0 0.42 195.11 0.79 0.32
Hex 11 73 94 59 16 0 2A C3 4F 20
Octal 21 163 224 131 26 0 52 303 117 40
Binary 10001 1110011 10010100 1011001 10110 0 101010 11000011 1001111 100000

Color Harmonies of #117394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117394

Black with #117394

Text Example


Text Example

White with #117394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117394; }

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

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

background-color css

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

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

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

border-color css

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

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

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