#0645E9

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

Shades of Navy Blue #0645E9

Tints of Navy Blue #0645E9

Color information

#0645E9 (or 0x0645E9) is unknown color: approx Navy Blue. HEX triplet: 06, 45 and E9. RGB value is (6,69,233). Sum of RGB (Red+Green+Blue) = 6+69+233=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 233 (91.41% from 255 or 75.65% from 308); Max value from RGB is 233 - color contains mainly: blue. Hex color #0645E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0645E9 is #F9BA16. Grayscale: #444444. Windows color (decimal): -16366103 or 15287558. OLE color: 15287558.

HSL color Cylindrical-coordinate representation of color #0645E9: hue angle of 223.35º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0645E9 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB669233-
CMYK0.970.7000.09
HSL223.35º94.98%46.86%-
HSV(B)223.35º97.42%91.37%-
XYZ16.9110.1878.16-
YUV68.86220.6383.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.95%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 233 (91.41% from 255) = 75.65%
R=1.95%
G=22.40%
B=75.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal6692330.970.7000.09223.3594.9846.86
Hex645E9614609df5f2f
Octal610535114110601133713757
Binary1101000101111010011100001100011001001110111111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0645E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0645E9; }

 p { color: rgb(6,69,233); }

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

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

 a { background-color: rgb(6,69,233); }

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

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

 span { border-color: rgb(6,69,233); }

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