#0482B8

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

Shades of Cerulean #0482B8

Tints of Cerulean #0482B8

Color information

#0482B8 (or 0x0482B8) is unknown color: approx Cerulean. HEX triplet: 04, 82 and B8. RGB value is (4,130,184). Sum of RGB (Red+Green+Blue) = 4+130+184=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 184 (72.27% from 255 or 57.86% from 318); Max value from RGB is 184 - color contains mainly: blue. Hex color #0482B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0482B8 is #FB7D47. Grayscale: #626262. Windows color (decimal): -16481608 or 12091908. OLE color: 12091908.

HSL color Cylindrical-coordinate representation of color #0482B8: hue angle of 198º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0482B8 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4130184-
CMYK0.980.2900.28
HSL198º95.74%36.86%-
HSV(B)198º97.83%72.16%-
XYZ16.6819.4548.22-
YUV98.48176.2660.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.26%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 184 (72.27% from 255) = 57.86%
R=1.26%
G=40.88%
B=57.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal41301840.980.2900.2819895.7436.86
Hex482B8621D01Cc66025
Octal42022701423503430614045
Binary1001000001010111000110001011101011100110001101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0482B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0482B8; }

 p { color: rgb(4,130,184); }

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

<style>
 a { background-color: #0482B8; }

 a { background-color: rgb(4,130,184); }

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

<style>
 span { border-color: #0482B8; }

 span { border-color: rgb(4,130,184); }

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