#0F78C2

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

Shades of Navy Blue #0F78C2

Tints of Navy Blue #0F78C2

Color information

#0F78C2 (or 0x0F78C2) is unknown color: approx Navy Blue. HEX triplet: 0F, 78 and C2. RGB value is (15,120,194). Sum of RGB (Red+Green+Blue) = 15+120+194=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 194 (76.17% from 255 or 58.97% from 329); Max value from RGB is 194 - color contains mainly: blue. Hex color #0F78C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F78C2 is #F0873D. Grayscale: #606060. Windows color (decimal): -15763262 or 12744719. OLE color: 12744719.

HSL color Cylindrical-coordinate representation of color #0F78C2: hue angle of 204.8º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F78C2 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15120194-
CMYK0.920.3800.24
HSL204.8º85.65%40.98%-
HSV(B)204.8º92.27%76.08%-
XYZ16.6517.4353.53-
YUV97.04182.7169.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.56%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 194 (76.17% from 255) = 58.97%
R=4.56%
G=36.47%
B=58.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151201940.920.3800.24204.885.6540.98
HexF78C25C26018cd5629
Octal171703021344603031512651
Binary11111111000110000101011100100110011000110011011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F78C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,120,194); }

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

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

 a { background-color: rgb(15,120,194); }

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

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

 span { border-color: rgb(15,120,194); }

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