Html Css Color HEX #030082 Navy

📋 copy color: '#030082'

red 3 ◦ green 0 ◦ blue 130

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

Shades of Navy #030082

Tints of Navy #030082

RGB

 RED value IS 3 (1.56% from 255) = 2.26%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 130 (51.17% from 255) = 97.74%

R = 2.26%
G = 0%
B = 97.74%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#030082 (or 0x030082) is known color: Navy. HEX triplet: 03, 00 and 82. RGB value is (3,0,130). Sum of RGB (Red+Green+Blue) = 3+0+130=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 130 (51.17% from 255 or 97.74% from 133); Max value from RGB is 130 - color contains mainly: blue. Hex color #030082 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030082 is #FCFF7D. Grayscale: #0F0F0F. Windows color (decimal): -16580478 or 8519683. OLE color: 8519683.

HSL color Cylindrical-coordinate representation of color #030082: hue angle of 241.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030082 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 0 130 -
CMYK 0.98 1 0 0.49
HSL 241.38º 1% 0.25% -
HSV(B) 241.38º 1% 0.51% -
XYZ 4.07 1.63 21.22 -
YUV 15.72 192.49 118.93 -
System Red Green Blue C M Y K H S L
Decimal 3 0 130 0.98 1 0 0.49 241.38 1 0.25
Hex 3 0 82 62 64 0 31 F1 64 19
Octal 3 0 202 142 144 0 61 361 144 31
Binary 11 0 10000010 1100010 1100100 0 110001 11110001 1100100 11001

Color Harmonies of #030082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030082

Black with #030082

Text Example


Text Example

White with #030082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030082; }

 p { color: rgb(3,0,130); }

 H1.HeaderClassName
 {
   color: #030082;
 }
 .AnyTagClassName
 {
   color: #030082;
 }
</style>

background-color css

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

 a { background-color: rgb(3,0,130); }

 div.DivClassName
 {
   background-color: #030082;
 }
 .BgClassName
 {
   background-color: #030082;
 }
</style>

border-color css

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

 span { border-color: rgb(3,0,130); }

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