Html Css Color HEX #030366 Navy

📋 copy color: '#030366'

red 3 ◦ green 3 ◦ blue 102

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

Shades of Navy #030366

Tints of Navy #030366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.78%

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

R = 2.78%
G = 2.78%
B = 94.44%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#030366 (or 0x030366) is known color: Navy. HEX triplet: 03, 03 and 66. RGB value is (3,3,102). Sum of RGB (Red+Green+Blue) = 3+3+102=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 102 (40.23% from 255 or 94.44% from 108); Max value from RGB is 102 - color contains mainly: blue. Hex color #030366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030366 is #FCFC99. Grayscale: #0D0D0D. Windows color (decimal): -16579738 or 6685443. OLE color: 6685443.

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

Color convert

RGB 3 3 102 -
CMYK 0.97 0.97 0 0.6
HSL 240º 0.94% 0.21% -
HSV(B) 240º 0.97% 0.4% -
XYZ 2.47 1.04 12.64 -
YUV 14.29 177.5 119.95 -
System Red Green Blue C M Y K H S L
Decimal 3 3 102 0.97 0.97 0 0.6 240 0.94 0.21
Hex 3 3 66 61 61 0 3C F0 5E 15
Octal 3 3 146 141 141 0 74 360 136 25
Binary 11 11 1100110 1100001 1100001 0 111100 11110000 1011110 10101

Color Harmonies of #030366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030366

Black with #030366

Text Example


Text Example

White with #030366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030366; }

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

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

background-color css

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

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

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

border-color css

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

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

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