Html Css Color HEX #010865 Navy

📋 copy color: '#010865'

red 1 ◦ green 8 ◦ blue 101

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

Shades of Navy #010865

Tints of Navy #010865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.27%

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

R = 0.91%
G = 7.27%
B = 91.82%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#010865 (or 0x010865) is known color: Navy. HEX triplet: 01, 08 and 65. RGB value is (1,8,101). Sum of RGB (Red+Green+Blue) = 1+8+101=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 101 (39.84% from 255 or 91.82% from 110); Max value from RGB is 101 - color contains mainly: blue. Hex color #010865 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010865 is #FEF79A. Grayscale: #101010. Windows color (decimal): -16709531 or 6621185. OLE color: 6621185.

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

Color convert

RGB 1 8 101 -
CMYK 0.99 0.92 0 0.60
HSL 235.8º 0.98% 0.2% -
HSV(B) 235.8º 0.99% 0.4% -
XYZ 2.45 1.12 12.4 -
YUV 16.51 175.68 116.94 -
System Red Green Blue C M Y K H S L
Decimal 1 8 101 0.99 0.92 0 0.60 235.8 0.98 0.2
Hex 1 8 65 63 5C 0 3C EC 62 14
Octal 1 10 145 143 134 0 74 354 142 24
Binary 1 1000 1100101 1100011 1011100 0 111100 11101100 1100010 10100

Color Harmonies of #010865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010865

Black with #010865

Text Example


Text Example

White with #010865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010865; }

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

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

background-color css

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

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

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

border-color css

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

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

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