Html Css Color HEX #030863 Navy

📋 copy color: '#030863'

red 3 ◦ green 8 ◦ blue 99

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

Shades of Navy #030863

Tints of Navy #030863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.27%

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

R = 2.73%
G = 7.27%
B = 90%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#030863 (or 0x030863) is known color: Navy. HEX triplet: 03, 08 and 63. RGB value is (3,8,99). Sum of RGB (Red+Green+Blue) = 3+8+99=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 99 (39.06% from 255 or 90% from 110); Max value from RGB is 99 - color contains mainly: blue. Hex color #030863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030863 is #FCF79C. Grayscale: #101010. Windows color (decimal): -16578461 or 6490115. OLE color: 6490115.

HSL color Cylindrical-coordinate representation of color #030863: hue angle of 236.88º 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 #030863 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 8 99 -
CMYK 0.97 0.92 0 0.61
HSL 236.88º 0.94% 0.2% -
HSV(B) 236.88º 0.97% 0.39% -
XYZ 2.38 1.09 11.89 -
YUV 16.88 174.34 118.1 -
System Red Green Blue C M Y K H S L
Decimal 3 8 99 0.97 0.92 0 0.61 236.88 0.94 0.2
Hex 3 8 63 61 5C 0 3D ED 5E 14
Octal 3 10 143 141 134 0 75 355 136 24
Binary 11 1000 1100011 1100001 1011100 0 111101 11101101 1011110 10100

Color Harmonies of #030863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030863

Black with #030863

Text Example


Text Example

White with #030863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030863; }

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

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

background-color css

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

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

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

border-color css

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

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

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