Html Css Color HEX #030266 Navy

📋 copy color: '#030266'

red 3 ◦ green 2 ◦ blue 102

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

Shades of Navy #030266

Tints of Navy #030266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 95.33%

R = 2.8%
G = 1.87%
B = 95.33%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#030266 (or 0x030266) is known color: Navy. HEX triplet: 03, 02 and 66. RGB value is (3,2,102). Sum of RGB (Red+Green+Blue) = 3+2+102=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 102 (40.23% from 255 or 95.33% from 107); Max value from RGB is 102 - color contains mainly: blue. Hex color #030266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030266 is #FCFD99. Grayscale: #0D0D0D. Windows color (decimal): -16579994 or 6685187. OLE color: 6685187.

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

Color convert

RGB 3 2 102 -
CMYK 0.97 0.98 0 0.6
HSL 240.6º 0.96% 0.2% -
HSV(B) 240.6º 0.98% 0.4% -
XYZ 2.46 1.02 12.64 -
YUV 13.7 177.83 120.37 -
System Red Green Blue C M Y K H S L
Decimal 3 2 102 0.97 0.98 0 0.6 240.6 0.96 0.2
Hex 3 2 66 61 62 0 3C F1 60 14
Octal 3 2 146 141 142 0 74 361 140 24
Binary 11 10 1100110 1100001 1100010 0 111100 11110001 1100000 10100

Color Harmonies of #030266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030266

Black with #030266

Text Example


Text Example

White with #030266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030266; }

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

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

background-color css

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

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

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

border-color css

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

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

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