#0F74CB

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

Shades of Navy Blue #0F74CB

Tints of Navy Blue #0F74CB

Color information

#0F74CB (or 0x0F74CB) is unknown color: approx Navy Blue. HEX triplet: 0F, 74 and CB. RGB value is (15,116,203). Sum of RGB (Red+Green+Blue) = 15+116+203=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F74CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F74CB is #F08B34. Grayscale: #5F5F5F. Windows color (decimal): -15764277 or 13333519. OLE color: 13333519.

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

Color convert

RGB15116203-
CMYK0.930.4300.20
HSL207.77º86.24%42.75%-
HSV(B)207.77º92.61%79.61%-
XYZ17.2216.958.86-
YUV95.72188.5470.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.49%
GREEN value IS 116 (45.70% from 255) = 34.73%
BLUE value IS 203 (79.69% from 255) = 60.78%
R=4.49%
G=34.73%
B=60.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal151162030.930.4300.20207.7786.2442.75
HexF74CB5D2B014d0562b
Octal171643131355302432012653
Binary11111110100110010111011101101011010100110100001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F74CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,116,203); }

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

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

 a { background-color: rgb(15,116,203); }

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

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

 span { border-color: rgb(15,116,203); }

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