Html Css Color HEX #117593 Cerulean

📋 copy color: '#117593'

red 17 ◦ green 117 ◦ blue 147

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

Shades of Cerulean #117593

Tints of Cerulean #117593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.64%

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

R = 6.05%
G = 41.64%
B = 52.31%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117593 (or 0x117593) is known color: Cerulean. HEX triplet: 11, 75 and 93. RGB value is (17,117,147). Sum of RGB (Red+Green+Blue) = 17+117+147=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #117593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117593 is #EE8A6C. Grayscale: #5A5A5A. Windows color (decimal): -15633005 or 9663761. OLE color: 9663761.

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

Color convert

RGB 17 117 147 -
CMYK 0.88 0.20 0 0.42
HSL 193.85º 0.79% 0.32% -
HSV(B) 193.85º 0.88% 0.58% -
XYZ 11.86 14.95 29.86 -
YUV 90.52 159.87 75.56 -
System Red Green Blue C M Y K H S L
Decimal 17 117 147 0.88 0.20 0 0.42 193.85 0.79 0.32
Hex 11 75 93 58 14 0 2A C2 4F 20
Octal 21 165 223 130 24 0 52 302 117 40
Binary 10001 1110101 10010011 1011000 10100 0 101010 11000010 1001111 100000

Color Harmonies of #117593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117593

Black with #117593

Text Example


Text Example

White with #117593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117593; }

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

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

background-color css

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

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

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

border-color css

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

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

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