#0061EB

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

Shades of Navy Blue #0061EB

Tints of Navy Blue #0061EB

Color information

#0061EB (or 0x0061EB) is unknown color: approx Navy Blue. HEX triplet: 00, 61 and EB. RGB value is (0,97,235). Sum of RGB (Red+Green+Blue) = 0+97+235=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 235 (92.19% from 255 or 70.78% from 332); Max value from RGB is 235 - color contains mainly: blue. Hex color #0061EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0061EB is #FF9E14. Grayscale: #535353. Windows color (decimal): -16752149 or 15425792. OLE color: 15425792.

HSL color Cylindrical-coordinate representation of color #0061EB: hue angle of 215.23º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0061EB is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB097235-
CMYK10.5900.08
HSL215.23º100%46.08%-
HSV(B)215.23º100%92.16%-
XYZ19.2714.5580.39-
YUV83.73213.3668.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 235 (92.19% from 255) = 70.78%
R=0%
G=29.22%
B=70.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal09723510.5900.08215.2310046.08
Hex061EB643B08d7642e
Octal01413531447301032714456
Binary0110000111101011110010011101101000110101111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0061EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0061EB; }

 p { color: rgb(0,97,235); }

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

<style>
 a { background-color: #0061EB; }

 a { background-color: rgb(0,97,235); }

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

<style>
 span { border-color: #0061EB; }

 span { border-color: rgb(0,97,235); }

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