#0065E1

Color #0065E1 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0065E1

Tints of Navy Blue #0065E1

Color information

#0065E1 (or 0x0065E1) is unknown color: approx Navy Blue. HEX triplet: 00, 65 and E1. RGB value is (0,101,225). Sum of RGB (Red+Green+Blue) = 0+101+225=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 225 (88.28% from 255 or 69.02% from 326); Max value from RGB is 225 - color contains mainly: blue. Hex color #0065E1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0065E1 is #FF9A1E. Grayscale: #545454. Windows color (decimal): -16751135 or 14771456. OLE color: 14771456.

HSL color Cylindrical-coordinate representation of color #0065E1: hue angle of 213.07º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0065E1 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB0101225-
CMYK10.5500.12
HSL213.07º100%44.12%-
HSV(B)213.07º100%88.24%-
XYZ18.2414.7473.12-
YUV84.94207.0467.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 101 (39.84% from 255) = 30.98%
BLUE value IS 225 (88.28% from 255) = 69.02%
R=0%
G=30.98%
B=69.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal010122510.5500.12213.0710044.12
Hex065E164370Cd5642c
Octal01453411446701432514454
Binary0110010111100001110010011011101100110101011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0065E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0065E1; }

 p { color: rgb(0,101,225); }

 H1.HeaderClassName
 {
   color: #0065E1;
 }
 .AnyTagClassName
 {
   color: #0065E1;
 }
</style>
background-color css

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

 a { background-color: rgb(0,101,225); }

 div.DivClassName
 {
   background-color: #0065E1;
 }
 .BgClassName
 {
   background-color: #0065E1;
 }
</style>
border-color css

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

 span { border-color: rgb(0,101,225); }

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