Html Css Color HEX #010461 Navy

📋 copy color: '#010461'

red 1 ◦ green 4 ◦ blue 97

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

Shades of Navy #010461

Tints of Navy #010461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.92%

 BLUE value IS 97 (38.28% from 255) = 95.1%

R = 0.98%
G = 3.92%
B = 95.1%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010461 (or 0x010461) is known color: Navy. HEX triplet: 01, 04 and 61. RGB value is (1,4,97). Sum of RGB (Red+Green+Blue) = 1+4+97=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 97 (38.28% from 255 or 95.10% from 102); Max value from RGB is 97 - color contains mainly: blue. Hex color #010461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010461 is #FEFB9E. Grayscale: #0D0D0D. Windows color (decimal): -16710559 or 6358017. OLE color: 6358017.

HSL color Cylindrical-coordinate representation of color #010461: hue angle of 238.12º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010461 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 4 97 -
CMYK 0.99 0.96 0 0.62
HSL 238.13º 0.98% 0.19% -
HSV(B) 238.13º 0.99% 0.38% -
XYZ 2.21 0.96 11.38 -
YUV 13.71 175.01 118.94 -
System Red Green Blue C M Y K H S L
Decimal 1 4 97 0.99 0.96 0 0.62 238.13 0.98 0.19
Hex 1 4 61 63 60 0 3E EE 62 13
Octal 1 4 141 143 140 0 76 356 142 23
Binary 1 100 1100001 1100011 1100000 0 111110 11101110 1100010 10011

Color Harmonies of #010461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010461

Black with #010461

Text Example


Text Example

White with #010461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010461; }

 p { color: rgb(1,4,97); }

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

background-color css

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

 a { background-color: rgb(1,4,97); }

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

border-color css

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

 span { border-color: rgb(1,4,97); }

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