#0481AD

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

Shades of Cerulean #0481AD

Tints of Cerulean #0481AD

Color information

#0481AD (or 0x0481AD) is unknown color: approx Cerulean. HEX triplet: 04, 81 and AD. RGB value is (4,129,173). Sum of RGB (Red+Green+Blue) = 4+129+173=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 129 (50.78% from 255 or 42.16% 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 #0481AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0481AD is #FB7E52. Grayscale: #606060. Windows color (decimal): -16481875 or 11370756. OLE color: 11370756.

HSL color Cylindrical-coordinate representation of color #0481AD: hue angle of 195.62º 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 #0481AD is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4129173-
CMYK0.980.2500.32
HSL195.62º95.48%34.71%-
HSV(B)195.62º97.69%67.84%-
XYZ15.4418.7442.34-
YUV96.64171.0961.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.31%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 173 (67.97% from 255) = 56.54%
R=1.31%
G=42.16%
B=56.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41291730.980.2500.32195.6295.4834.71
Hex481AD6219020c45f23
Octal42012551423104030413743
Binary10010000001101011011100010110010100000110001001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0481AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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