Html Css Color HEX #1177AF Cerulean

📋 copy color: '#1177AF'

red 17 ◦ green 119 ◦ blue 175

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

Shades of Cerulean #1177AF

Tints of Cerulean #1177AF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.26%

 BLUE value IS 175 (68.75% from 255) = 56.27%

R = 5.47%
G = 38.26%
B = 56.27%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1177AF (or 0x1177AF) is known color: Cerulean. HEX triplet: 11, 77 and AF. RGB value is (17,119,175). Sum of RGB (Red+Green+Blue) = 17+119+175=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #1177AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1177AF is #EE8850. Grayscale: #5E5E5E. Windows color (decimal): -15632465 or 11499281. OLE color: 11499281.

HSL color Cylindrical-coordinate representation of color #1177AF: hue angle of 201.27º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1177AF is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 119 175 -
CMYK 0.90 0.32 0 0.31
HSL 201.27º 0.82% 0.38% -
HSV(B) 201.27º 0.9% 0.69% -
XYZ 14.57 16.41 42.96 -
YUV 94.89 173.21 72.45 -
System Red Green Blue C M Y K H S L
Decimal 17 119 175 0.90 0.32 0 0.31 201.27 0.82 0.38
Hex 11 77 AF 5A 20 0 1F C9 52 26
Octal 21 167 257 132 40 0 37 311 122 46
Binary 10001 1110111 10101111 1011010 100000 0 11111 11001001 1010010 100110

Color Harmonies of #1177AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1177AF

Black with #1177AF

Text Example


Text Example

White with #1177AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1177AF; }

 p { color: rgb(17,119,175); }

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

background-color css

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

 a { background-color: rgb(17,119,175); }

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

border-color css

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

 span { border-color: rgb(17,119,175); }

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