Html Css Color HEX #030066 Navy

📋 copy color: '#030066'

red 3 ◦ green 0 ◦ blue 102

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

Shades of Navy #030066

Tints of Navy #030066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 2.86%
G = 0%
B = 97.14%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#030066 (or 0x030066) is known color: Navy. HEX triplet: 03, 00 and 66. RGB value is (3,0,102). Sum of RGB (Red+Green+Blue) = 3+0+102=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 102 (40.23% from 255 or 97.14% from 105); Max value from RGB is 102 - color contains mainly: blue. Hex color #030066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030066 is #FCFF99. Grayscale: #0C0C0C. Windows color (decimal): -16580506 or 6684675. OLE color: 6684675.

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

Color convert

RGB 3 0 102 -
CMYK 0.97 1 0 0.6
HSL 241.76º 1% 0.2% -
HSV(B) 241.76º 1% 0.4% -
XYZ 2.44 0.98 12.63 -
YUV 12.53 178.49 121.21 -
System Red Green Blue C M Y K H S L
Decimal 3 0 102 0.97 1 0 0.6 241.76 1 0.2
Hex 3 0 66 61 64 0 3C F2 64 14
Octal 3 0 146 141 144 0 74 362 144 24
Binary 11 0 1100110 1100001 1100100 0 111100 11110010 1100100 10100

Color Harmonies of #030066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030066

Black with #030066

Text Example


Text Example

White with #030066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030066; }

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

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

background-color css

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

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

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

border-color css

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

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

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