#0480AD

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

Shades of Cerulean #0480AD

Tints of Cerulean #0480AD

Color information

#0480AD (or 0x0480AD) is unknown color: approx Cerulean. HEX triplet: 04, 80 and AD. RGB value is (4,128,173). Sum of RGB (Red+Green+Blue) = 4+128+173=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #0480AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0480AD is #FB7F52. Grayscale: #5F5F5F. Windows color (decimal): -16482131 or 11370500. OLE color: 11370500.

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

Color convert

RGB4128173-
CMYK0.980.2600.32
HSL195.98º95.48%34.71%-
HSV(B)195.98º97.69%67.84%-
XYZ15.3118.4842.3-
YUV96.05171.4262.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.31%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 173 (67.97% from 255) = 56.72%
R=1.31%
G=41.97%
B=56.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41281730.980.2600.32195.9895.4834.71
Hex480AD621A020c45f23
Octal42002551423204030413743
Binary10010000000101011011100010110100100000110001001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0480AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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