#065CD1

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

Shades of Navy Blue #065CD1

Tints of Navy Blue #065CD1

Color information

#065CD1 (or 0x065CD1) is unknown color: approx Navy Blue. HEX triplet: 06, 5C and D1. RGB value is (6,92,209). Sum of RGB (Red+Green+Blue) = 6+92+209=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 209 (82.03% from 255 or 68.08% from 307); Max value from RGB is 209 - color contains mainly: blue. Hex color #065CD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CD1 is #F9A32E. Grayscale: #4F4F4F. Windows color (decimal): -16360239 or 13720582. OLE color: 13720582.

HSL color Cylindrical-coordinate representation of color #065CD1: hue angle of 214.58º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065CD1 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB692209-
CMYK0.970.5600.18
HSL214.58º94.42%42.16%-
HSV(B)214.58º97.13%81.96%-
XYZ15.4112.361.88-
YUV79.62201.0175.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.95%
GREEN value IS 92 (36.33% from 255) = 29.97%
BLUE value IS 209 (82.03% from 255) = 68.08%
R=1.95%
G=29.97%
B=68.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal6922090.970.5600.18214.5894.4242.16
Hex65CD16138012d75e2a
Octal61343211417002232713652
Binary1101011100110100011100001111000010010110101111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065CD1; }

 p { color: rgb(6,92,209); }

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

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

 a { background-color: rgb(6,92,209); }

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

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

 span { border-color: rgb(6,92,209); }

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