Html Css Color HEX #1174AC Cerulean

📋 copy color: '#1174AC'

red 17 ◦ green 116 ◦ blue 172

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

Shades of Cerulean #1174AC

Tints of Cerulean #1174AC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.03%

 BLUE value IS 172 (67.58% from 255) = 56.39%

R = 5.57%
G = 38.03%
B = 56.39%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1174AC (or 0x1174AC) is known color: Cerulean. HEX triplet: 11, 74 and AC. RGB value is (17,116,172). Sum of RGB (Red+Green+Blue) = 17+116+172=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #1174AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1174AC is #EE8B53. Grayscale: #5C5C5C. Windows color (decimal): -15633236 or 11301905. OLE color: 11301905.

HSL color Cylindrical-coordinate representation of color #1174AC: hue angle of 201.68º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1174AC is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 116 172 -
CMYK 0.90 0.33 0 0.33
HSL 201.68º 0.82% 0.37% -
HSV(B) 201.68º 0.9% 0.67% -
XYZ 13.92 15.59 41.3 -
YUV 92.78 172.7 73.95 -
System Red Green Blue C M Y K H S L
Decimal 17 116 172 0.90 0.33 0 0.33 201.68 0.82 0.37
Hex 11 74 AC 5A 21 0 21 CA 52 25
Octal 21 164 254 132 41 0 41 312 122 45
Binary 10001 1110100 10101100 1011010 100001 0 100001 11001010 1010010 100101

Color Harmonies of #1174AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1174AC

Black with #1174AC

Text Example


Text Example

White with #1174AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1174AC; }

 p { color: rgb(17,116,172); }

 H1.HeaderClassName
 {
   color: #1174AC;
 }
 .AnyTagClassName
 {
   color: #1174AC;
 }
</style>

background-color css

<style>
 a { background-color: #1174AC; }

 a { background-color: rgb(17,116,172); }

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

border-color css

<style>
 span { border-color: #1174AC; }

 span { border-color: rgb(17,116,172); }

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