Html Css Color HEX #030178 Navy

📋 copy color: '#030178'

red 3 ◦ green 1 ◦ blue 120

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

Shades of Navy #030178

Tints of Navy #030178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

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

R = 2.42%
G = 0.81%
B = 96.77%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#030178 (or 0x030178) is known color: Navy. HEX triplet: 03, 01 and 78. RGB value is (3,1,120). Sum of RGB (Red+Green+Blue) = 3+1+120=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 120 (47.27% from 255 or 96.77% from 124); Max value from RGB is 120 - color contains mainly: blue. Hex color #030178 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030178 is #FCFE87. Grayscale: #0E0E0E. Windows color (decimal): -16580232 or 7864579. OLE color: 7864579.

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

Color convert

RGB 3 1 120 -
CMYK 0.98 0.99 0 0.53
HSL 241.01º 0.98% 0.24% -
HSV(B) 241.01º 0.99% 0.47% -
XYZ 3.44 1.4 17.86 -
YUV 15.16 187.16 119.32 -
System Red Green Blue C M Y K H S L
Decimal 3 1 120 0.98 0.99 0 0.53 241.01 0.98 0.24
Hex 3 1 78 62 63 0 35 F1 62 18
Octal 3 1 170 142 143 0 65 361 142 30
Binary 11 1 1111000 1100010 1100011 0 110101 11110001 1100010 11000

Color Harmonies of #030178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030178

Black with #030178

Text Example


Text Example

White with #030178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030178; }

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

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

background-color css

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

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

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

border-color css

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

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

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