Html Css Color HEX #010465 Navy

📋 copy color: '#010465'

red 1 ◦ green 4 ◦ blue 101

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

Shades of Navy #010465

Tints of Navy #010465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 95.28%

R = 0.94%
G = 3.77%
B = 95.28%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#010465 (or 0x010465) is known color: Navy. HEX triplet: 01, 04 and 65. RGB value is (1,4,101). Sum of RGB (Red+Green+Blue) = 1+4+101=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 101 (39.84% from 255 or 95.28% from 106); Max value from RGB is 101 - color contains mainly: blue. Hex color #010465 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010465 is #FEFB9A. Grayscale: #0D0D0D. Windows color (decimal): -16710555 or 6620161. OLE color: 6620161.

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

Color convert

RGB 1 4 101 -
CMYK 0.99 0.96 0 0.60
HSL 238.2º 0.98% 0.2% -
HSV(B) 238.2º 0.99% 0.4% -
XYZ 2.4 1.03 12.38 -
YUV 14.16 177.01 118.61 -
System Red Green Blue C M Y K H S L
Decimal 1 4 101 0.99 0.96 0 0.60 238.2 0.98 0.2
Hex 1 4 65 63 60 0 3C EE 62 14
Octal 1 4 145 143 140 0 74 356 142 24
Binary 1 100 1100101 1100011 1100000 0 111100 11101110 1100010 10100

Color Harmonies of #010465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010465

Black with #010465

Text Example


Text Example

White with #010465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010465; }

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

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

background-color css

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

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

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

border-color css

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

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

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