#0f65e7

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

Shades of Navy Blue #0F65E7

Tints of Navy Blue #0F65E7

Color information

#0F65E7 (or 0x0F65E7) is unknown color: approx Navy Blue. HEX triplet: 0F, 65 and E7. RGB value is (15,101,231). Sum of RGB (Red+Green+Blue) = 15+101+231=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 231 (90.62% from 255 or 66.57% from 347); Max value from RGB is 231 - color contains mainly: blue. Hex color #0F65E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F65E7 is #F09A18. Grayscale: #595959. Windows color (decimal): -15768089 or 15164687. OLE color: 15164687.

HSL color Cylindrical-coordinate representation of color #0F65E7: hue angle of 216.11º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F65E7 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15101231-
CMYK0.940.5600.09
HSL216.11º87.8%48.24%-
HSV(B)216.11º93.51%90.59%-
XYZ19.2715.1877.52-
YUV90.11207.5174.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.32%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 231 (90.62% from 255) = 66.57%
R=4.32%
G=29.11%
B=66.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal151012310.940.5600.09216.1187.848.24
HexF65E75E3809d85830
Octal171453471367001133013060
Binary1111110010111100111101111011100001001110110001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f65e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,101,231); }

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

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

 a { background-color: rgb(15,101,231); }

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

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

 span { border-color: rgb(15,101,231); }

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