Html Css Color HEX #1171AF Cerulean

📋 copy color: '#1171AF'

red 17 ◦ green 113 ◦ blue 175

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

Shades of Cerulean #1171AF

Tints of Cerulean #1171AF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.05%

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

R = 5.57%
G = 37.05%
B = 57.38%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1171AF (or 0x1171AF) is known color: Cerulean. HEX triplet: 11, 71 and AF. RGB value is (17,113,175). Sum of RGB (Red+Green+Blue) = 17+113+175=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #1171AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1171AF is #EE8E50. Grayscale: #5B5B5B. Windows color (decimal): -15634001 or 11497745. OLE color: 11497745.

HSL color Cylindrical-coordinate representation of color #1171AF: hue angle of 203.54º 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 #1171AF is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 113 175 -
CMYK 0.90 0.35 0 0.31
HSL 203.54º 0.82% 0.38% -
HSV(B) 203.54º 0.9% 0.69% -
XYZ 13.87 15.02 42.73 -
YUV 91.36 175.2 74.96 -
System Red Green Blue C M Y K H S L
Decimal 17 113 175 0.90 0.35 0 0.31 203.54 0.82 0.38
Hex 11 71 AF 5A 23 0 1F CC 52 26
Octal 21 161 257 132 43 0 37 314 122 46
Binary 10001 1110001 10101111 1011010 100011 0 11111 11001100 1010010 100110

Color Harmonies of #1171AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1171AF

Black with #1171AF

Text Example


Text Example

White with #1171AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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