Html Css Color HEX #1187AF Cerulean

📋 copy color: '#1187AF'

red 17 ◦ green 135 ◦ blue 175

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

Shades of Cerulean #1187AF

Tints of Cerulean #1187AF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.28%

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

R = 5.2%
G = 41.28%
B = 53.52%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1187AF (or 0x1187AF) is known color: Cerulean. HEX triplet: 11, 87 and AF. RGB value is (17,135,175). Sum of RGB (Red+Green+Blue) = 17+135+175=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #1187AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1187AF is #EE7850. Grayscale: #676767. Windows color (decimal): -15628369 or 11503377. OLE color: 11503377.

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

Color convert

RGB 17 135 175 -
CMYK 0.90 0.23 0 0.31
HSL 195.19º 0.82% 0.38% -
HSV(B) 195.19º 0.9% 0.69% -
XYZ 16.63 20.54 43.65 -
YUV 104.28 167.91 65.75 -
System Red Green Blue C M Y K H S L
Decimal 17 135 175 0.90 0.23 0 0.31 195.19 0.82 0.38
Hex 11 87 AF 5A 17 0 1F C3 52 26
Octal 21 207 257 132 27 0 37 303 122 46
Binary 10001 10000111 10101111 1011010 10111 0 11111 11000011 1010010 100110

Color Harmonies of #1187AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1187AF

Black with #1187AF

Text Example


Text Example

White with #1187AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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