Html Css Color HEX #010385 Navy

📋 copy color: '#010385'

red 1 ◦ green 3 ◦ blue 133

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

Shades of Navy #010385

Tints of Navy #010385

RGB

 RED value IS 1 (0.78% from 255) = 0.73%

 GREEN value IS 3 (1.56% from 255) = 2.19%

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

R = 0.73%
G = 2.19%
B = 97.08%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#010385 (or 0x010385) is known color: Navy. HEX triplet: 01, 03 and 85. RGB value is (1,3,133). Sum of RGB (Red+Green+Blue) = 1+3+133=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 133 (52.34% from 255 or 97.08% from 137); Max value from RGB is 133 - color contains mainly: blue. Hex color #010385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010385 is #FEFC7A. Grayscale: #101010. Windows color (decimal): -16710779 or 8717057. OLE color: 8717057.

HSL color Cylindrical-coordinate representation of color #010385: hue angle of 239.09º degrees, saturation: 0.99, 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 #010385 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 3 133 -
CMYK 0.99 0.98 0 0.48
HSL 239.09º 0.99% 0.26% -
HSV(B) 239.09º 0.99% 0.52% -
XYZ 4.28 1.77 22.31 -
YUV 17.22 193.34 116.43 -
System Red Green Blue C M Y K H S L
Decimal 1 3 133 0.99 0.98 0 0.48 239.09 0.99 0.26
Hex 1 3 85 63 62 0 30 EF 63 1A
Octal 1 3 205 143 142 0 60 357 143 32
Binary 1 11 10000101 1100011 1100010 0 110000 11101111 1100011 11010

Color Harmonies of #010385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010385

Black with #010385

Text Example


Text Example

White with #010385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010385; }

 p { color: rgb(1,3,133); }

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

background-color css

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

 a { background-color: rgb(1,3,133); }

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

border-color css

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

 span { border-color: rgb(1,3,133); }

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