#0651C8

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

Shades of Navy Blue #0651C8

Tints of Navy Blue #0651C8

Color information

#0651C8 (or 0x0651C8) is unknown color: approx Navy Blue. HEX triplet: 06, 51 and C8. RGB value is (6,81,200). Sum of RGB (Red+Green+Blue) = 6+81+200=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 200 (78.52% from 255 or 69.69% from 287); Max value from RGB is 200 - color contains mainly: blue. Hex color #0651C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0651C8 is #F9AE37. Grayscale: #474747. Windows color (decimal): -16363064 or 13127942. OLE color: 13127942.

HSL color Cylindrical-coordinate representation of color #0651C8: hue angle of 216.8º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0651C8 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB681200-
CMYK0.970.5900.22
HSL216.8º94.17%40.39%-
HSV(B)216.8º97%78.43%-
XYZ13.4410.0955.88-
YUV72.14200.1580.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.09%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 200 (78.52% from 255) = 69.69%
R=2.09%
G=28.22%
B=69.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal6812000.970.5900.22216.894.1740.39
Hex651C8613B016d95e28
Octal61213101417302633113650
Binary1101010001110010001100001111011010110110110011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0651C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0651C8; }

 p { color: rgb(6,81,200); }

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

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

 a { background-color: rgb(6,81,200); }

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

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

 span { border-color: rgb(6,81,200); }

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