Html Css Color HEX #061385 Navy

📋 copy color: '#061385'

red 6 ◦ green 19 ◦ blue 133

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

Shades of Navy #061385

Tints of Navy #061385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.03%

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

R = 3.8%
G = 12.03%
B = 84.18%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#061385 (or 0x061385) is known color: Navy. HEX triplet: 06, 13 and 85. RGB value is (6,19,133). Sum of RGB (Red+Green+Blue) = 6+19+133=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 133 (52.34% from 255 or 84.18% from 158); Max value from RGB is 133 - color contains mainly: blue. Hex color #061385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061385 is #F9EC7A. Grayscale: #1B1B1B. Windows color (decimal): -16379003 or 8721158. OLE color: 8721158.

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

Color convert

RGB 6 19 133 -
CMYK 0.95 0.86 0 0.48
HSL 233.86º 0.91% 0.27% -
HSV(B) 233.86º 0.95% 0.52% -
XYZ 4.54 2.2 22.38 -
YUV 28.11 187.19 112.23 -
System Red Green Blue C M Y K H S L
Decimal 6 19 133 0.95 0.86 0 0.48 233.86 0.91 0.27
Hex 6 13 85 5F 56 0 30 EA 5B 1B
Octal 6 23 205 137 126 0 60 352 133 33
Binary 110 10011 10000101 1011111 1010110 0 110000 11101010 1011011 11011

Color Harmonies of #061385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061385

Black with #061385

Text Example


Text Example

White with #061385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061385; }

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

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

background-color css

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

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

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

border-color css

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

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

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