#0f69ed

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

Shades of Navy Blue #0F69ED

Tints of Navy Blue #0F69ED

Color information

#0F69ED (or 0x0F69ED) is unknown color: approx Navy Blue. HEX triplet: 0F, 69 and ED. RGB value is (15,105,237). Sum of RGB (Red+Green+Blue) = 15+105+237=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #0F69ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F69ED is #F09612. Grayscale: #5C5C5C. Windows color (decimal): -15767059 or 15558927. OLE color: 15558927.

HSL color Cylindrical-coordinate representation of color #0F69ED: hue angle of 215.68º 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 #0F69ED is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15105237-
CMYK0.940.5600.07
HSL215.68º88.1%49.41%-
HSV(B)215.68º93.67%92.94%-
XYZ20.5316.3282.19-
YUV93.14209.1872.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.20%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 237 (92.97% from 255) = 66.39%
R=4.20%
G=29.41%
B=66.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal151052370.940.5600.07215.6888.149.41
HexF69ED5E3807d85831
Octal17151355136700733013061
Binary111111010011110110110111101110000111110110001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f69ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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