Html Css Color HEX #0482CB Navy Blue

📋 copy color: '#0482CB'

red 4 ◦ green 130 ◦ blue 203

#0482CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0482CB

Tints of Navy Blue #0482CB

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 value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0482CB (or 0x0482CB) is known color: 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

RGB 4 130 203 -
CMYK 0.98 0.36 0 0.20
HSL 202.01º 0.96% 0.41% -
HSV(B) 202.01º 0.98% 0.8% -
XYZ 18.81 20.3 59.43 -
YUV 100.65 185.76 59.06 -
System Red Green Blue C M Y K H S L
Decimal 4 130 203 0.98 0.36 0 0.20 202.01 0.96 0.41
Hex 4 82 CB 62 24 0 14 CA 60 29
Octal 4 202 313 142 44 0 24 312 140 51
Binary 100 10000010 11001011 1100010 100100 0 10100 11001010 1100000 101001

Color Harmonies of #0482CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0482CB

Black with #0482CB

Text Example


Text Example

White with #0482CB

Text Example


Text Example

HTML Codes & Css Web 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>