Html Css Color HEX #061485 Navy

📋 copy color: '#061485'

red 6 ◦ green 20 ◦ blue 133

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

Shades of Navy #061485

Tints of Navy #061485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 83.65%

R = 3.77%
G = 12.58%
B = 83.65%

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

#061485 (or 0x061485) is known color: Navy. HEX triplet: 06, 14 and 85. RGB value is (6,20,133). Sum of RGB (Red+Green+Blue) = 6+20+133=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 133 (52.34% from 255 or 83.65% from 159); Max value from RGB is 133 - color contains mainly: blue. Hex color #061485 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061485 is #F9EB7A. Grayscale: #1C1C1C. Windows color (decimal): -16378747 or 8721414. OLE color: 8721414.

HSL color Cylindrical-coordinate representation of color #061485: hue angle of 233.39º 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 #061485 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 20 133 -
CMYK 0.95 0.85 0 0.48
HSL 233.39º 0.91% 0.27% -
HSV(B) 233.39º 0.95% 0.52% -
XYZ 4.56 2.23 22.38 -
YUV 28.7 186.86 111.81 -
System Red Green Blue C M Y K H S L
Decimal 6 20 133 0.95 0.85 0 0.48 233.39 0.91 0.27
Hex 6 14 85 5F 55 0 30 E9 5B 1B
Octal 6 24 205 137 125 0 60 351 133 33
Binary 110 10100 10000101 1011111 1010101 0 110000 11101001 1011011 11011

Color Harmonies of #061485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061485

Black with #061485

Text Example


Text Example

White with #061485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061485; }

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

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

background-color css

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

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

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

border-color css

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

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

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