Html Css Color HEX #010665 Navy

📋 copy color: '#010665'

red 1 ◦ green 6 ◦ blue 101

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

Shades of Navy #010665

Tints of Navy #010665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.56%

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

R = 0.93%
G = 5.56%
B = 93.52%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#010665 (or 0x010665) is known color: Navy. HEX triplet: 01, 06 and 65. RGB value is (1,6,101). Sum of RGB (Red+Green+Blue) = 1+6+101=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 101 (39.84% from 255 or 93.52% from 108); Max value from RGB is 101 - color contains mainly: blue. Hex color #010665 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010665 is #FEF99A. Grayscale: #0E0E0E. Windows color (decimal): -16710043 or 6620673. OLE color: 6620673.

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

Color convert

RGB 1 6 101 -
CMYK 0.99 0.94 0 0.60
HSL 237º 0.98% 0.2% -
HSV(B) 237º 0.99% 0.4% -
XYZ 2.43 1.08 12.39 -
YUV 15.34 176.34 117.78 -
System Red Green Blue C M Y K H S L
Decimal 1 6 101 0.99 0.94 0 0.60 237 0.98 0.2
Hex 1 6 65 63 5E 0 3C ED 62 14
Octal 1 6 145 143 136 0 74 355 142 24
Binary 1 110 1100101 1100011 1011110 0 111100 11101101 1100010 10100

Color Harmonies of #010665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010665

Black with #010665

Text Example


Text Example

White with #010665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010665; }

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

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

background-color css

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

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

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

border-color css

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

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

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