#0F73CF

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

Shades of Navy Blue #0F73CF

Tints of Navy Blue #0F73CF

Color information

#0F73CF (or 0x0F73CF) is unknown color: approx Navy Blue. HEX triplet: 0F, 73 and CF. RGB value is (15,115,207). Sum of RGB (Red+Green+Blue) = 15+115+207=337 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.45% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F73CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F73CF is #F08C30. Grayscale: #5F5F5F. Windows color (decimal): -15764529 or 13595407. OLE color: 13595407.

HSL color Cylindrical-coordinate representation of color #0F73CF: hue angle of 208.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F73CF is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15115207-
CMYK0.930.4400.19
HSL208.75º86.49%43.53%-
HSV(B)208.75º92.75%81.18%-
XYZ17.5916.8761.36-
YUV95.59190.8770.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.45%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 207 (81.25% from 255) = 61.42%
R=4.45%
G=34.12%
B=61.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal151152070.930.4400.19208.7586.4943.53
HexF73CF5D2C013d1562c
Octal171633171355402332112654
Binary11111110011110011111011101101100010011110100011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F73CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,115,207); }

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

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

 a { background-color: rgb(15,115,207); }

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

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

 span { border-color: rgb(15,115,207); }

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