#0f4bff

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

Shades of Navy Blue #0F4BFF

Tints of Navy Blue #0F4BFF

Color information

#0F4BFF (or 0x0F4BFF) is unknown color: approx Navy Blue. HEX triplet: 0F, 4B and FF. RGB value is (15,75,255). Sum of RGB (Red+Green+Blue) = 15+75+255=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F4BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F4BFF is #F0B400. Grayscale: #4C4C4C. Windows color (decimal): -15774721 or 16730895. OLE color: 16730895.

HSL color Cylindrical-coordinate representation of color #0F4BFF: hue angle of 225º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F4BFF is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1575255-
CMYK0.940.7100
HSL225º100%52.94%-
HSV(B)225º94.12%100%-
XYZ20.7612.3595.9-
YUV77.58228.1283.36-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.35%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 255 (100% from 255) = 73.91%
R=4.35%
G=21.74%
B=73.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal15752550.940.710022510052.94
HexF4BFF5E4700e16435
Octal171133771361070034114465
Binary11111001011111111111011110100011100111000011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f4bff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,75,255); }

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

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

 a { background-color: rgb(15,75,255); }

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

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

 span { border-color: rgb(15,75,255); }

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