Html Css Color HEX #010365 Navy

📋 copy color: '#010365'

red 1 ◦ green 3 ◦ blue 101

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

Shades of Navy #010365

Tints of Navy #010365

RGB

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

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

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

R = 0.95%
G = 2.86%
B = 96.19%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#010365 (or 0x010365) is known color: Navy. HEX triplet: 01, 03 and 65. RGB value is (1,3,101). Sum of RGB (Red+Green+Blue) = 1+3+101=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 101 (39.84% from 255 or 96.19% from 105); Max value from RGB is 101 - color contains mainly: blue. Hex color #010365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010365 is #FEFC9A. Grayscale: #0D0D0D. Windows color (decimal): -16710811 or 6619905. OLE color: 6619905.

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

Color convert

RGB 1 3 101 -
CMYK 0.99 0.97 0 0.60
HSL 238.8º 0.98% 0.2% -
HSV(B) 238.8º 0.99% 0.4% -
XYZ 2.39 1.01 12.38 -
YUV 13.57 177.34 119.03 -
System Red Green Blue C M Y K H S L
Decimal 1 3 101 0.99 0.97 0 0.60 238.8 0.98 0.2
Hex 1 3 65 63 61 0 3C EF 62 14
Octal 1 3 145 143 141 0 74 357 142 24
Binary 1 11 1100101 1100011 1100001 0 111100 11101111 1100010 10100

Color Harmonies of #010365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010365

Black with #010365

Text Example


Text Example

White with #010365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010365; }

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

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

background-color css

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

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

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

border-color css

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

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

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