Html Css Color HEX #061983 Navy

📋 copy color: '#061983'

red 6 ◦ green 25 ◦ blue 131

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

Shades of Navy #061983

Tints of Navy #061983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.43%

 BLUE value IS 131 (51.56% from 255) = 80.86%

R = 3.7%
G = 15.43%
B = 80.86%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#061983 (or 0x061983) is known color: Navy. HEX triplet: 06, 19 and 83. RGB value is (6,25,131). Sum of RGB (Red+Green+Blue) = 6+25+131=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 131 (51.56% from 255 or 80.86% from 162); Max value from RGB is 131 - color contains mainly: blue. Hex color #061983 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061983 is #F9E67C. Grayscale: #1E1E1E. Windows color (decimal): -16377469 or 8591622. OLE color: 8591622.

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

Color convert

RGB 6 25 131 -
CMYK 0.95 0.81 0 0.49
HSL 230.88º 0.91% 0.27% -
HSV(B) 230.88º 0.95% 0.51% -
XYZ 4.52 2.37 21.69 -
YUV 31.4 184.21 109.88 -
System Red Green Blue C M Y K H S L
Decimal 6 25 131 0.95 0.81 0 0.49 230.88 0.91 0.27
Hex 6 19 83 5F 51 0 31 E7 5B 1B
Octal 6 31 203 137 121 0 61 347 133 33
Binary 110 11001 10000011 1011111 1010001 0 110001 11100111 1011011 11011

Color Harmonies of #061983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061983

Black with #061983

Text Example


Text Example

White with #061983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061983; }

 p { color: rgb(6,25,131); }

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

background-color css

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

 a { background-color: rgb(6,25,131); }

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

border-color css

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

 span { border-color: rgb(6,25,131); }

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