#0061fe

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

Shades of Navy Blue #0061FE

Tints of Navy Blue #0061FE

Color information

#0061FE (or 0x0061FE) is unknown color: approx Navy Blue. HEX triplet: 00, 61 and FE. RGB value is (0,97,254). Sum of RGB (Red+Green+Blue) = 0+97+254=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #0061FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0061FE is #FF9E01. Grayscale: #555555. Windows color (decimal): -16752130 or 16670976. OLE color: 16670976.

HSL color Cylindrical-coordinate representation of color #0061FE: hue angle of 217.09º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0061FE is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB097254-
CMYK10.6200.00
HSL217.09º100%49.8%-
HSV(B)217.09º100%99.61%-
XYZ22.1615.7195.63-
YUV85.9222.8666.73-

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) = 27.64%
BLUE value IS 254 (99.61% from 255) = 72.36%
R=0%
G=27.64%
B=72.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal09725410.6200.00217.0910049.8
Hex061FE643E00d96432
Octal0141376144760033114462
Binary0110000111111110110010011111000110110011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0061fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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