#0486AD

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

Shades of Cerulean #0486AD

Tints of Cerulean #0486AD

Color information

#0486AD (or 0x0486AD) is unknown color: approx Cerulean. HEX triplet: 04, 86 and AD. RGB value is (4,134,173). Sum of RGB (Red+Green+Blue) = 4+134+173=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #0486AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0486AD is #FB7952. Grayscale: #636363. Windows color (decimal): -16480595 or 11372036. OLE color: 11372036.

HSL color Cylindrical-coordinate representation of color #0486AD: hue angle of 193.85º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0486AD is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4134173-
CMYK0.980.2300.32
HSL193.85º95.48%34.71%-
HSV(B)193.85º97.69%67.84%-
XYZ16.1220.0942.56-
YUV99.58169.4359.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.29%
GREEN value IS 134 (52.73% from 255) = 43.09%
BLUE value IS 173 (67.97% from 255) = 55.63%
R=1.29%
G=43.09%
B=55.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41341730.980.2300.32193.8595.4834.71
Hex486AD6217020c25f23
Octal42062551422704030213743
Binary10010000110101011011100010101110100000110000101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0486AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,134,173); }

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

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

 a { background-color: rgb(4,134,173); }

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

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

 span { border-color: rgb(4,134,173); }

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