Html Css Color HEX #030278 Navy

📋 copy color: '#030278'

red 3 ◦ green 2 ◦ blue 120

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

Shades of Navy #030278

Tints of Navy #030278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 96%

R = 2.4%
G = 1.6%
B = 96%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#030278 (or 0x030278) is known color: Navy. HEX triplet: 03, 02 and 78. RGB value is (3,2,120). Sum of RGB (Red+Green+Blue) = 3+2+120=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 120 (47.27% from 255 or 96% from 125); Max value from RGB is 120 - color contains mainly: blue. Hex color #030278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030278 is #FCFD87. Grayscale: #0F0F0F. Windows color (decimal): -16579976 or 7864835. OLE color: 7864835.

HSL color Cylindrical-coordinate representation of color #030278: hue angle of 240.51º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030278 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 2 120 -
CMYK 0.98 0.98 0 0.53
HSL 240.51º 0.97% 0.24% -
HSV(B) 240.51º 0.98% 0.47% -
XYZ 3.45 1.42 17.86 -
YUV 15.75 186.83 118.91 -
System Red Green Blue C M Y K H S L
Decimal 3 2 120 0.98 0.98 0 0.53 240.51 0.97 0.24
Hex 3 2 78 62 62 0 35 F1 61 18
Octal 3 2 170 142 142 0 65 361 141 30
Binary 11 10 1111000 1100010 1100010 0 110101 11110001 1100001 11000

Color Harmonies of #030278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030278

Black with #030278

Text Example


Text Example

White with #030278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030278; }

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

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

background-color css

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

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

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

border-color css

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

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

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