Html Css Color HEX #030265 Navy

📋 copy color: '#030265'

red 3 ◦ green 2 ◦ blue 101

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

Shades of Navy #030265

Tints of Navy #030265

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.89%

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

R = 2.83%
G = 1.89%
B = 95.28%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#030265 (or 0x030265) is known color: Navy. HEX triplet: 03, 02 and 65. RGB value is (3,2,101). Sum of RGB (Red+Green+Blue) = 3+2+101=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 101 (39.84% from 255 or 95.28% from 106); Max value from RGB is 101 - color contains mainly: blue. Hex color #030265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030265 is #FCFD9A. Grayscale: #0D0D0D. Windows color (decimal): -16579995 or 6619651. OLE color: 6619651.

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

Color convert

RGB 3 2 101 -
CMYK 0.97 0.98 0 0.60
HSL 240.61º 0.96% 0.2% -
HSV(B) 240.61º 0.98% 0.4% -
XYZ 2.41 1 12.38 -
YUV 13.59 177.33 120.45 -
System Red Green Blue C M Y K H S L
Decimal 3 2 101 0.97 0.98 0 0.60 240.61 0.96 0.2
Hex 3 2 65 61 62 0 3C F1 60 14
Octal 3 2 145 141 142 0 74 361 140 24
Binary 11 10 1100101 1100001 1100010 0 111100 11110001 1100000 10100

Color Harmonies of #030265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030265

Black with #030265

Text Example


Text Example

White with #030265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030265; }

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

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

background-color css

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

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

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

border-color css

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

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

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