Html Css Color HEX #117298 Cerulean

📋 copy color: '#117298'

red 17 ◦ green 114 ◦ blue 152

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

Shades of Cerulean #117298

Tints of Cerulean #117298

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.28%

 BLUE value IS 152 (59.77% from 255) = 53.71%

R = 6.01%
G = 40.28%
B = 53.71%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#117298 (or 0x117298) is known color: Cerulean. HEX triplet: 11, 72 and 98. RGB value is (17,114,152). Sum of RGB (Red+Green+Blue) = 17+114+152=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #117298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117298 is #EE8D67. Grayscale: #595959. Windows color (decimal): -15633768 or 9990673. OLE color: 9990673.

HSL color Cylindrical-coordinate representation of color #117298: hue angle of 196.89º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #117298 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 114 152 -
CMYK 0.89 0.25 0 0.40
HSL 196.89º 0.8% 0.33% -
HSV(B) 196.89º 0.89% 0.6% -
XYZ 11.92 14.42 31.86 -
YUV 89.33 163.36 76.41 -
System Red Green Blue C M Y K H S L
Decimal 17 114 152 0.89 0.25 0 0.40 196.89 0.8 0.33
Hex 11 72 98 59 19 0 28 C5 50 21
Octal 21 162 230 131 31 0 50 305 120 41
Binary 10001 1110010 10011000 1011001 11001 0 101000 11000101 1010000 100001

Color Harmonies of #117298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117298

Black with #117298

Text Example


Text Example

White with #117298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117298; }

 p { color: rgb(17,114,152); }

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

background-color css

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

 a { background-color: rgb(17,114,152); }

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

border-color css

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

 span { border-color: rgb(17,114,152); }

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