Html Css Color HEX #060184 Navy

📋 copy color: '#060184'

red 6 ◦ green 1 ◦ blue 132

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

Shades of Navy #060184

Tints of Navy #060184

RGB

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

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

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

R = 4.32%
G = 0.72%
B = 94.96%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#060184 (or 0x060184) is known color: Navy. HEX triplet: 06, 01 and 84. RGB value is (6,1,132). Sum of RGB (Red+Green+Blue) = 6+1+132=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 132 (51.95% from 255 or 94.96% from 139); Max value from RGB is 132 - color contains mainly: blue. Hex color #060184 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060184 is #F9FE7B. Grayscale: #101010. Windows color (decimal): -16383612 or 8651014. OLE color: 8651014.

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

Color convert

RGB 6 1 132 -
CMYK 0.95 0.99 0 0.48
HSL 242.29º 0.98% 0.26% -
HSV(B) 242.29º 0.99% 0.52% -
XYZ 4.25 1.73 21.94 -
YUV 17.43 192.66 119.85 -
System Red Green Blue C M Y K H S L
Decimal 6 1 132 0.95 0.99 0 0.48 242.29 0.98 0.26
Hex 6 1 84 5F 63 0 30 F2 62 1A
Octal 6 1 204 137 143 0 60 362 142 32
Binary 110 1 10000100 1011111 1100011 0 110000 11110010 1100010 11010

Color Harmonies of #060184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060184

Black with #060184

Text Example


Text Example

White with #060184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060184; }

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

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

background-color css

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

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

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

border-color css

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

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

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