Html Css Color HEX #1175A4 Cerulean

📋 copy color: '#1175A4'

red 17 ◦ green 117 ◦ blue 164

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

Shades of Cerulean #1175A4

Tints of Cerulean #1175A4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.26%

 BLUE value IS 164 (64.45% from 255) = 55.03%

R = 5.7%
G = 39.26%
B = 55.03%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1175A4 (or 0x1175A4) is known color: Cerulean. HEX triplet: 11, 75 and A4. RGB value is (17,117,164). Sum of RGB (Red+Green+Blue) = 17+117+164=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 164 (64.45% from 255 or 55.03% from 298); Max value from RGB is 164 - color contains mainly: blue. Hex color #1175A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1175A4 is #EE8A5B. Grayscale: #5C5C5C. Windows color (decimal): -15632988 or 10777873. OLE color: 10777873.

HSL color Cylindrical-coordinate representation of color #1175A4: hue angle of 199.18º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1175A4 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 117 164 -
CMYK 0.90 0.29 0 0.36
HSL 199.18º 0.81% 0.35% -
HSV(B) 199.18º 0.9% 0.64% -
XYZ 13.29 15.52 37.42 -
YUV 92.46 168.37 74.18 -
System Red Green Blue C M Y K H S L
Decimal 17 117 164 0.90 0.29 0 0.36 199.18 0.81 0.35
Hex 11 75 A4 5A 1D 0 24 C7 51 23
Octal 21 165 244 132 35 0 44 307 121 43
Binary 10001 1110101 10100100 1011010 11101 0 100100 11000111 1010001 100011

Color Harmonies of #1175A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1175A4

Black with #1175A4

Text Example


Text Example

White with #1175A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1175A4; }

 p { color: rgb(17,117,164); }

 H1.HeaderClassName
 {
   color: #1175A4;
 }
 .AnyTagClassName
 {
   color: #1175A4;
 }
</style>

background-color css

<style>
 a { background-color: #1175A4; }

 a { background-color: rgb(17,117,164); }

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

border-color css

<style>
 span { border-color: #1175A4; }

 span { border-color: rgb(17,117,164); }

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