Html Css Color HEX #030264 Navy

📋 copy color: '#030264'

red 3 ◦ green 2 ◦ blue 100

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

Shades of Navy #030264

Tints of Navy #030264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 95.24%

R = 2.86%
G = 1.9%
B = 95.24%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#030264 (or 0x030264) is known color: Navy. HEX triplet: 03, 02 and 64. RGB value is (3,2,100). Sum of RGB (Red+Green+Blue) = 3+2+100=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 100 (39.45% from 255 or 95.24% from 105); Max value from RGB is 100 - color contains mainly: blue. Hex color #030264 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030264 is #FCFD9B. Grayscale: #0D0D0D. Windows color (decimal): -16579996 or 6554115. OLE color: 6554115.

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

Color convert

RGB 3 2 100 -
CMYK 0.97 0.98 0 0.61
HSL 240.61º 0.96% 0.2% -
HSV(B) 240.61º 0.98% 0.39% -
XYZ 2.36 0.98 12.12 -
YUV 13.47 176.83 120.53 -
System Red Green Blue C M Y K H S L
Decimal 3 2 100 0.97 0.98 0 0.61 240.61 0.96 0.2
Hex 3 2 64 61 62 0 3D F1 60 14
Octal 3 2 144 141 142 0 75 361 140 24
Binary 11 10 1100100 1100001 1100010 0 111101 11110001 1100000 10100

Color Harmonies of #030264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030264

Black with #030264

Text Example


Text Example

White with #030264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030264; }

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

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

background-color css

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

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

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

border-color css

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

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

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