Html Css Color HEX #117393 Cerulean

📋 copy color: '#117393'

red 17 ◦ green 115 ◦ blue 147

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

Shades of Cerulean #117393

Tints of Cerulean #117393

RGB

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

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

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

R = 6.09%
G = 41.22%
B = 52.69%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117393 (or 0x117393) is known color: Cerulean. HEX triplet: 11, 73 and 93. RGB value is (17,115,147). Sum of RGB (Red+Green+Blue) = 17+115+147=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #117393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117393 is #EE8C6C. Grayscale: #595959. Windows color (decimal): -15633517 or 9663249. OLE color: 9663249.

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

Color convert

RGB 17 115 147 -
CMYK 0.88 0.22 0 0.42
HSL 194.77º 0.79% 0.32% -
HSV(B) 194.77º 0.88% 0.58% -
XYZ 11.63 14.49 29.79 -
YUV 89.35 160.53 76.4 -
System Red Green Blue C M Y K H S L
Decimal 17 115 147 0.88 0.22 0 0.42 194.77 0.79 0.32
Hex 11 73 93 58 16 0 2A C3 4F 20
Octal 21 163 223 130 26 0 52 303 117 40
Binary 10001 1110011 10010011 1011000 10110 0 101010 11000011 1001111 100000

Color Harmonies of #117393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117393

Black with #117393

Text Example


Text Example

White with #117393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117393; }

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

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

background-color css

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

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

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

border-color css

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

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

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