Html Css Color HEX #061484 Navy

📋 copy color: '#061484'

red 6 ◦ green 20 ◦ blue 132

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

Shades of Navy #061484

Tints of Navy #061484

RGB

 RED value IS 6 (2.73% from 255) = 3.8%

 GREEN value IS 20 (8.2% from 255) = 12.66%

 BLUE value IS 132 (51.95% from 255) = 83.54%

R = 3.8%
G = 12.66%
B = 83.54%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#061484 (or 0x061484) is known color: Navy. HEX triplet: 06, 14 and 84. RGB value is (6,20,132). Sum of RGB (Red+Green+Blue) = 6+20+132=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 132 (51.95% from 255 or 83.54% from 158); Max value from RGB is 132 - color contains mainly: blue. Hex color #061484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061484 is #F9EB7B. Grayscale: #1C1C1C. Windows color (decimal): -16378748 or 8655878. OLE color: 8655878.

HSL color Cylindrical-coordinate representation of color #061484: hue angle of 233.33º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061484 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 20 132 -
CMYK 0.95 0.85 0 0.48
HSL 233.33º 0.91% 0.27% -
HSV(B) 233.33º 0.95% 0.52% -
XYZ 4.49 2.2 22.02 -
YUV 28.58 186.36 111.89 -
System Red Green Blue C M Y K H S L
Decimal 6 20 132 0.95 0.85 0 0.48 233.33 0.91 0.27
Hex 6 14 84 5F 55 0 30 E9 5B 1B
Octal 6 24 204 137 125 0 60 351 133 33
Binary 110 10100 10000100 1011111 1010101 0 110000 11101001 1011011 11011

Color Harmonies of #061484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061484

Black with #061484

Text Example


Text Example

White with #061484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061484; }

 p { color: rgb(6,20,132); }

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

background-color css

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

 a { background-color: rgb(6,20,132); }

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

border-color css

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

 span { border-color: rgb(6,20,132); }

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