Html Css Color HEX #1174AD Cerulean

📋 copy color: '#1174AD'

red 17 ◦ green 116 ◦ blue 173

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

Shades of Cerulean #1174AD

Tints of Cerulean #1174AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.54%

R = 5.56%
G = 37.91%
B = 56.54%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1174AD (or 0x1174AD) is known color: Cerulean. HEX triplet: 11, 74 and AD. RGB value is (17,116,173). Sum of RGB (Red+Green+Blue) = 17+116+173=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #1174AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1174AD is #EE8B52. Grayscale: #5C5C5C. Windows color (decimal): -15633235 or 11367441. OLE color: 11367441.

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

Color convert

RGB 17 116 173 -
CMYK 0.90 0.33 0 0.32
HSL 201.92º 0.82% 0.37% -
HSV(B) 201.92º 0.9% 0.68% -
XYZ 14.02 15.63 41.81 -
YUV 92.9 173.2 73.87 -
System Red Green Blue C M Y K H S L
Decimal 17 116 173 0.90 0.33 0 0.32 201.92 0.82 0.37
Hex 11 74 AD 5A 21 0 20 CA 52 25
Octal 21 164 255 132 41 0 40 312 122 45
Binary 10001 1110100 10101101 1011010 100001 0 100000 11001010 1010010 100101

Color Harmonies of #1174AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1174AD

Black with #1174AD

Text Example


Text Example

White with #1174AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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