#065CEB

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

Shades of Navy Blue #065CEB

Tints of Navy Blue #065CEB

Color information

#065CEB (or 0x065CEB) is unknown color: approx Navy Blue. HEX triplet: 06, 5C and EB. RGB value is (6,92,235). Sum of RGB (Red+Green+Blue) = 6+92+235=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #065CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065CEB is #F9A314. Grayscale: #515151. Windows color (decimal): -16360213 or 15424518. OLE color: 15424518.

HSL color Cylindrical-coordinate representation of color #065CEB: hue angle of 217.47º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065CEB is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB692235-
CMYK0.970.6100.08
HSL217.47º95.02%47.25%-
HSV(B)217.47º97.45%92.16%-
XYZ18.913.6980.24-
YUV82.59214.0173.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.80%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 235 (92.19% from 255) = 70.57%
R=1.80%
G=27.63%
B=70.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal6922350.970.6100.08217.4795.0247.25
Hex65CEB613D08d95f2f
Octal61343531417501033113757
Binary110101110011101011110000111110101000110110011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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