#0482CB

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

Shades of Navy Blue #0482CB

Tints of Navy Blue #0482CB

Color information

#0482CB (or 0x0482CB) is unknown color: approx Navy Blue. HEX triplet: 04, 82 and CB. RGB value is (4,130,203). Sum of RGB (Red+Green+Blue) = 4+130+203=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #0482CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0482CB is #FB7D34. Grayscale: #646464. Windows color (decimal): -16481589 or 13337092. OLE color: 13337092.

HSL color Cylindrical-coordinate representation of color #0482CB: hue angle of 202.01º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0482CB is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4130203-
CMYK0.980.3600.20
HSL202.01º96.14%40.59%-
HSV(B)202.01º98.03%79.61%-
XYZ18.8120.359.43-
YUV100.65185.7659.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.19%
GREEN value IS 130 (51.17% from 255) = 38.58%
BLUE value IS 203 (79.69% from 255) = 60.24%
R=1.19%
G=38.58%
B=60.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal41302030.980.3600.20202.0196.1440.59
Hex482CB6224014ca6029
Octal42023131424402431214051
Binary10010000010110010111100010100100010100110010101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0482CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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