Html Css Color HEX #010565 Navy

📋 copy color: '#010565'

red 1 ◦ green 5 ◦ blue 101

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

Shades of Navy #010565

Tints of Navy #010565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.67%

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

R = 0.93%
G = 4.67%
B = 94.39%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#010565 (or 0x010565) is known color: Navy. HEX triplet: 01, 05 and 65. RGB value is (1,5,101). Sum of RGB (Red+Green+Blue) = 1+5+101=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 101 (39.84% from 255 or 94.39% from 107); Max value from RGB is 101 - color contains mainly: blue. Hex color #010565 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010565 is #FEFA9A. Grayscale: #0E0E0E. Windows color (decimal): -16710299 or 6620417. OLE color: 6620417.

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

Color convert

RGB 1 5 101 -
CMYK 0.99 0.95 0 0.60
HSL 237.6º 0.98% 0.2% -
HSV(B) 237.6º 0.99% 0.4% -
XYZ 2.42 1.05 12.39 -
YUV 14.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 1 5 101 0.99 0.95 0 0.60 237.6 0.98 0.2
Hex 1 5 65 63 5F 0 3C EE 62 14
Octal 1 5 145 143 137 0 74 356 142 24
Binary 1 101 1100101 1100011 1011111 0 111100 11101110 1100010 10100

Color Harmonies of #010565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010565

Black with #010565

Text Example


Text Example

White with #010565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010565; }

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

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

background-color css

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

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

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

border-color css

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

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

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