Html Css Color HEX #117AA4 Cerulean

📋 copy color: '#117AA4'

red 17 ◦ green 122 ◦ blue 164

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

Shades of Cerulean #117AA4

Tints of Cerulean #117AA4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.26%

 BLUE value IS 164 (64.45% from 255) = 54.13%

R = 5.61%
G = 40.26%
B = 54.13%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#117AA4 (or 0x117AA4) is known color: Cerulean. HEX triplet: 11, 7A and A4. RGB value is (17,122,164). Sum of RGB (Red+Green+Blue) = 17+122+164=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 164 (64.45% from 255 or 54.13% from 303); Max value from RGB is 164 - color contains mainly: blue. Hex color #117AA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117AA4 is #EE855B. Grayscale: #5F5F5F. Windows color (decimal): -15631708 or 10779153. OLE color: 10779153.

HSL color Cylindrical-coordinate representation of color #117AA4: hue angle of 197.14º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #117AA4 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 122 164 -
CMYK 0.90 0.26 0 0.36
HSL 197.14º 0.81% 0.35% -
HSV(B) 197.14º 0.9% 0.64% -
XYZ 13.89 16.72 37.62 -
YUV 95.39 166.71 72.08 -
System Red Green Blue C M Y K H S L
Decimal 17 122 164 0.90 0.26 0 0.36 197.14 0.81 0.35
Hex 11 7A A4 5A 1A 0 24 C5 51 23
Octal 21 172 244 132 32 0 44 305 121 43
Binary 10001 1111010 10100100 1011010 11010 0 100100 11000101 1010001 100011

Color Harmonies of #117AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117AA4

Black with #117AA4

Text Example


Text Example

White with #117AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117AA4; }

 p { color: rgb(17,122,164); }

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

background-color css

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

 a { background-color: rgb(17,122,164); }

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

border-color css

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

 span { border-color: rgb(17,122,164); }

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