Html Css Color HEX #030260 Navy

📋 copy color: '#030260'

red 3 ◦ green 2 ◦ blue 96

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

Shades of Navy #030260

Tints of Navy #030260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.98%

 BLUE value IS 96 (37.89% from 255) = 95.05%

R = 2.97%
G = 1.98%
B = 95.05%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#030260 (or 0x030260) is known color: Navy. HEX triplet: 03, 02 and 60. RGB value is (3,2,96). Sum of RGB (Red+Green+Blue) = 3+2+96=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 96 (37.89% from 255 or 95.05% from 101); Max value from RGB is 96 - color contains mainly: blue. Hex color #030260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030260 is #FCFD9F. Grayscale: #0C0C0C. Windows color (decimal): -16580000 or 6291971. OLE color: 6291971.

HSL color Cylindrical-coordinate representation of color #030260: hue angle of 240.64º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030260 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 2 96 -
CMYK 0.97 0.98 0 0.62
HSL 240.64º 0.96% 0.19% -
HSV(B) 240.64º 0.98% 0.38% -
XYZ 2.17 0.91 11.13 -
YUV 13.02 174.83 120.86 -
System Red Green Blue C M Y K H S L
Decimal 3 2 96 0.97 0.98 0 0.62 240.64 0.96 0.19
Hex 3 2 60 61 62 0 3E F1 60 13
Octal 3 2 140 141 142 0 76 361 140 23
Binary 11 10 1100000 1100001 1100010 0 111110 11110001 1100000 10011

Color Harmonies of #030260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030260

Black with #030260

Text Example


Text Example

White with #030260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030260; }

 p { color: rgb(3,2,96); }

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

background-color css

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

 a { background-color: rgb(3,2,96); }

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

border-color css

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

 span { border-color: rgb(3,2,96); }

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