Html Css Color HEX #1172AF Cerulean

📋 copy color: '#1172AF'

red 17 ◦ green 114 ◦ blue 175

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

Shades of Cerulean #1172AF

Tints of Cerulean #1172AF

RGB

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

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

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

R = 5.56%
G = 37.25%
B = 57.19%

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

#1172AF (or 0x1172AF) is known color: Cerulean. HEX triplet: 11, 72 and AF. RGB value is (17,114,175). Sum of RGB (Red+Green+Blue) = 17+114+175=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #1172AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1172AF is #EE8D50. Grayscale: #5B5B5B. Windows color (decimal): -15633745 or 11498001. OLE color: 11498001.

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

Color convert

RGB 17 114 175 -
CMYK 0.90 0.35 0 0.31
HSL 203.16º 0.82% 0.38% -
HSV(B) 203.16º 0.9% 0.69% -
XYZ 13.99 15.25 42.76 -
YUV 91.95 174.86 74.54 -
System Red Green Blue C M Y K H S L
Decimal 17 114 175 0.90 0.35 0 0.31 203.16 0.82 0.38
Hex 11 72 AF 5A 23 0 1F CB 52 26
Octal 21 162 257 132 43 0 37 313 122 46
Binary 10001 1110010 10101111 1011010 100011 0 11111 11001011 1010010 100110

Color Harmonies of #1172AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1172AF

Black with #1172AF

Text Example


Text Example

White with #1172AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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