#0187AF

Color #0187AF Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0187AF

Tints of Cerulean #0187AF

Color information

#0187AF (or 0x0187AF) is unknown color: approx Cerulean. HEX triplet: 01, 87 and AF. RGB value is (1,135,175). Sum of RGB (Red+Green+Blue) = 1+135+175=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #0187AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0187AF is #FE7850. Grayscale: #636363. Windows color (decimal): -16676945 or 11503361. OLE color: 11503361.

HSL color Cylindrical-coordinate representation of color #0187AF: hue angle of 193.79º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0187AF is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1135175-
CMYK0.990.2300.31
HSL193.79º98.86%34.51%-
HSV(B)193.79º99.43%68.63%-
XYZ16.4120.4343.64-
YUV99.49170.6157.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 135 (53.12% from 255) = 43.41%
BLUE value IS 175 (68.75% from 255) = 56.27%
R=0.32%
G=43.41%
B=56.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11351750.990.2300.31193.7998.8634.51
Hex187AF631701Fc26323
Octal12072571432703730214343
Binary11000011110101111110001110111011111110000101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0187AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0187AF;
 }
 .AnyTagClassName
 {
   color: #0187AF;
 }
</style>
background-color css

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

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

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

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

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

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