Html Css Color HEX #117BA3 Cerulean

📋 copy color: '#117BA3'

red 17 ◦ green 123 ◦ blue 163

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

Shades of Cerulean #117BA3

Tints of Cerulean #117BA3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.59%

 BLUE value IS 163 (64.06% from 255) = 53.8%

R = 5.61%
G = 40.59%
B = 53.8%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#117BA3 (or 0x117BA3) is known color: Cerulean. HEX triplet: 11, 7B and A3. RGB value is (17,123,163). Sum of RGB (Red+Green+Blue) = 17+123+163=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 163 (64.06% from 255 or 53.80% from 303); Max value from RGB is 163 - color contains mainly: blue. Hex color #117BA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117BA3 is #EE845C. Grayscale: #5F5F5F. Windows color (decimal): -15631453 or 10713873. OLE color: 10713873.

HSL color Cylindrical-coordinate representation of color #117BA3: hue angle of 196.44º 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 #117BA3 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 123 163 -
CMYK 0.90 0.25 0 0.36
HSL 196.44º 0.81% 0.35% -
HSV(B) 196.44º 0.9% 0.64% -
XYZ 13.92 16.93 37.18 -
YUV 95.87 165.88 71.75 -
System Red Green Blue C M Y K H S L
Decimal 17 123 163 0.90 0.25 0 0.36 196.44 0.81 0.35
Hex 11 7B A3 5A 19 0 24 C4 51 23
Octal 21 173 243 132 31 0 44 304 121 43
Binary 10001 1111011 10100011 1011010 11001 0 100100 11000100 1010001 100011

Color Harmonies of #117BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117BA3

Black with #117BA3

Text Example


Text Example

White with #117BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,123,163); }

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

background-color css

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

 a { background-color: rgb(17,123,163); }

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

border-color css

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

 span { border-color: rgb(17,123,163); }

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