#1251FB

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

Shades of Navy Blue #1251FB

Tints of Navy Blue #1251FB

Color information

#1251FB (or 0x1251FB) is unknown color: approx Navy Blue. HEX triplet: 12, 51 and FB. RGB value is (18,81,251). Sum of RGB (Red+Green+Blue) = 18+81+251=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #1251FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1251FB is #EDAE04. Grayscale: #505050. Windows color (decimal): -15576581 or 16470290. OLE color: 16470290.

HSL color Cylindrical-coordinate representation of color #1251FB: hue angle of 223.78º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1251FB is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1881251-
CMYK0.930.6800.02
HSL223.78º96.68%52.75%-
HSV(B)223.78º92.83%98.43%-
XYZ20.612.9892.69-
YUV81.54223.6382.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.14%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 251 (98.44% from 255) = 71.71%
R=5.14%
G=23.14%
B=71.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal18812510.930.6800.02223.7896.6852.75
Hex1251FB5D4402e06135
Octal221213731351040234014165
Binary1001010100011111101110111011000100010111000001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1251FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1251FB; }

 p { color: rgb(18,81,251); }

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

<style>
 a { background-color: #1251FB; }

 a { background-color: rgb(18,81,251); }

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

<style>
 span { border-color: #1251FB; }

 span { border-color: rgb(18,81,251); }

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