Html Css Color HEX #030365 Navy

📋 copy color: '#030365'

red 3 ◦ green 3 ◦ blue 101

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

Shades of Navy #030365

Tints of Navy #030365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 94.39%

R = 2.8%
G = 2.8%
B = 94.39%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#030365 (or 0x030365) is known color: Navy. HEX triplet: 03, 03 and 65. RGB value is (3,3,101). Sum of RGB (Red+Green+Blue) = 3+3+101=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 101 (39.84% from 255 or 94.39% from 107); Max value from RGB is 101 - color contains mainly: blue. Hex color #030365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030365 is #FCFC9A. Grayscale: #0D0D0D. Windows color (decimal): -16579739 or 6619907. OLE color: 6619907.

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

Color convert

RGB 3 3 101 -
CMYK 0.97 0.97 0 0.60
HSL 240º 0.94% 0.2% -
HSV(B) 240º 0.97% 0.4% -
XYZ 2.42 1.02 12.38 -
YUV 14.17 177 120.03 -
System Red Green Blue C M Y K H S L
Decimal 3 3 101 0.97 0.97 0 0.60 240 0.94 0.2
Hex 3 3 65 61 61 0 3C F0 5E 14
Octal 3 3 145 141 141 0 74 360 136 24
Binary 11 11 1100101 1100001 1100001 0 111100 11110000 1011110 10100

Color Harmonies of #030365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030365

Black with #030365

Text Example


Text Example

White with #030365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030365; }

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

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

background-color css

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

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

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

border-color css

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

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

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