Html Css Color HEX #030763 Navy

📋 copy color: '#030763'

red 3 ◦ green 7 ◦ blue 99

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

Shades of Navy #030763

Tints of Navy #030763

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.42%

 BLUE value IS 99 (39.06% from 255) = 90.83%

R = 2.75%
G = 6.42%
B = 90.83%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#030763 (or 0x030763) is known color: Navy. HEX triplet: 03, 07 and 63. RGB value is (3,7,99). Sum of RGB (Red+Green+Blue) = 3+7+99=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 99 (39.06% from 255 or 90.83% from 109); Max value from RGB is 99 - color contains mainly: blue. Hex color #030763 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030763 is #FCF89C. Grayscale: #0F0F0F. Windows color (decimal): -16578717 or 6489859. OLE color: 6489859.

HSL color Cylindrical-coordinate representation of color #030763: hue angle of 237.5º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030763 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 7 99 -
CMYK 0.97 0.93 0 0.61
HSL 237.5º 0.94% 0.2% -
HSV(B) 237.5º 0.97% 0.39% -
XYZ 2.37 1.07 11.89 -
YUV 16.29 174.67 118.52 -
System Red Green Blue C M Y K H S L
Decimal 3 7 99 0.97 0.93 0 0.61 237.5 0.94 0.2
Hex 3 7 63 61 5D 0 3D EE 5E 14
Octal 3 7 143 141 135 0 75 356 136 24
Binary 11 111 1100011 1100001 1011101 0 111101 11101110 1011110 10100

Color Harmonies of #030763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030763

Black with #030763

Text Example


Text Example

White with #030763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030763; }

 p { color: rgb(3,7,99); }

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

background-color css

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

 a { background-color: rgb(3,7,99); }

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

border-color css

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

 span { border-color: rgb(3,7,99); }

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