Html Css Color HEX #030360 Navy

📋 copy color: '#030360'

red 3 ◦ green 3 ◦ blue 96

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

Shades of Navy #030360

Tints of Navy #030360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.94%

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

R = 2.94%
G = 2.94%
B = 94.12%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#030360 (or 0x030360) is known color: Navy. HEX triplet: 03, 03 and 60. RGB value is (3,3,96). Sum of RGB (Red+Green+Blue) = 3+3+96=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 96 (37.89% from 255 or 94.12% from 102); Max value from RGB is 96 - color contains mainly: blue. Hex color #030360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030360 is #FCFC9F. Grayscale: #0D0D0D. Windows color (decimal): -16579744 or 6292227. OLE color: 6292227.

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

Color convert

RGB 3 3 96 -
CMYK 0.97 0.97 0 0.62
HSL 240º 0.94% 0.19% -
HSV(B) 240º 0.97% 0.38% -
XYZ 2.18 0.93 11.13 -
YUV 13.6 174.5 120.44 -
System Red Green Blue C M Y K H S L
Decimal 3 3 96 0.97 0.97 0 0.62 240 0.94 0.19
Hex 3 3 60 61 61 0 3E F0 5E 13
Octal 3 3 140 141 141 0 76 360 136 23
Binary 11 11 1100000 1100001 1100001 0 111110 11110000 1011110 10011

Color Harmonies of #030360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030360

Black with #030360

Text Example


Text Example

White with #030360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030360; }

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

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

background-color css

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

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

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

border-color css

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

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

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