Html Css Color HEX #030666 Navy

📋 copy color: '#030666'

red 3 ◦ green 6 ◦ blue 102

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

Shades of Navy #030666

Tints of Navy #030666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.41%

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

R = 2.7%
G = 5.41%
B = 91.89%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#030666 (or 0x030666) is known color: Navy. HEX triplet: 03, 06 and 66. RGB value is (3,6,102). Sum of RGB (Red+Green+Blue) = 3+6+102=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 102 (40.23% from 255 or 91.89% from 111); Max value from RGB is 102 - color contains mainly: blue. Hex color #030666 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030666 is #FCF999. Grayscale: #0F0F0F. Windows color (decimal): -16578970 or 6686211. OLE color: 6686211.

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

Color convert

RGB 3 6 102 -
CMYK 0.97 0.94 0 0.6
HSL 238.18º 0.94% 0.21% -
HSV(B) 238.18º 0.97% 0.4% -
XYZ 2.5 1.11 12.65 -
YUV 16.05 176.51 118.69 -
System Red Green Blue C M Y K H S L
Decimal 3 6 102 0.97 0.94 0 0.6 238.18 0.94 0.21
Hex 3 6 66 61 5E 0 3C EE 5E 15
Octal 3 6 146 141 136 0 74 356 136 25
Binary 11 110 1100110 1100001 1011110 0 111100 11101110 1011110 10101

Color Harmonies of #030666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030666

Black with #030666

Text Example


Text Example

White with #030666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030666; }

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

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

background-color css

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

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

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

border-color css

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

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

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