Html Css Color HEX #030166 Navy

📋 copy color: '#030166'

red 3 ◦ green 1 ◦ blue 102

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

Shades of Navy #030166

Tints of Navy #030166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.94%

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

R = 2.83%
G = 0.94%
B = 96.23%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#030166 (or 0x030166) is known color: Navy. HEX triplet: 03, 01 and 66. RGB value is (3,1,102). Sum of RGB (Red+Green+Blue) = 3+1+102=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 102 (40.23% from 255 or 96.23% from 106); Max value from RGB is 102 - color contains mainly: blue. Hex color #030166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030166 is #FCFE99. Grayscale: #0C0C0C. Windows color (decimal): -16580250 or 6684931. OLE color: 6684931.

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

Color convert

RGB 3 1 102 -
CMYK 0.97 0.99 0 0.6
HSL 241.19º 0.98% 0.2% -
HSV(B) 241.19º 0.99% 0.4% -
XYZ 2.45 1 12.63 -
YUV 13.11 178.16 120.79 -
System Red Green Blue C M Y K H S L
Decimal 3 1 102 0.97 0.99 0 0.6 241.19 0.98 0.2
Hex 3 1 66 61 63 0 3C F1 62 14
Octal 3 1 146 141 143 0 74 361 142 24
Binary 11 1 1100110 1100001 1100011 0 111100 11110001 1100010 10100

Color Harmonies of #030166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030166

Black with #030166

Text Example


Text Example

White with #030166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030166; }

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

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

background-color css

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

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

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

border-color css

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

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

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