#0f61ed

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

Shades of Navy Blue #0F61ED

Tints of Navy Blue #0F61ED

Color information

#0F61ED (or 0x0F61ED) is unknown color: approx Navy Blue. HEX triplet: 0F, 61 and ED. RGB value is (15,97,237). Sum of RGB (Red+Green+Blue) = 15+97+237=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #0F61ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F61ED is #F09E12. Grayscale: #575757. Windows color (decimal): -15769107 or 15556879. OLE color: 15556879.

HSL color Cylindrical-coordinate representation of color #0F61ED: hue angle of 217.84º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F61ED is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1597237-
CMYK0.940.5900.07
HSL217.84º88.1%49.41%-
HSV(B)217.84º93.67%92.94%-
XYZ19.7614.7781.93-
YUV88.44211.8375.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.30%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 237 (92.97% from 255) = 67.91%
R=4.30%
G=27.79%
B=67.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15972370.940.5900.07217.8488.149.41
HexF61ED5E3B07da5831
Octal17141355136730733213061
Binary111111000011110110110111101110110111110110101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f61ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0f61ed; }

 p { color: rgb(15,97,237); }

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

<style>
 a { background-color: #0f61ed; }

 a { background-color: rgb(15,97,237); }

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

<style>
 span { border-color: #0f61ed; }

 span { border-color: rgb(15,97,237); }

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