#1252FB

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

Shades of Navy Blue #1252FB

Tints of Navy Blue #1252FB

Color information

#1252FB (or 0x1252FB) is unknown color: approx Navy Blue. HEX triplet: 12, 52 and FB. RGB value is (18,82,251). Sum of RGB (Red+Green+Blue) = 18+82+251=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #1252FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1252FB is #EDAD04. Grayscale: #515151. Windows color (decimal): -15576325 or 16470546. OLE color: 16470546.

HSL color Cylindrical-coordinate representation of color #1252FB: hue angle of 223.52º 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 #1252FB is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1882251-
CMYK0.930.6700.02
HSL223.52º96.68%52.75%-
HSV(B)223.52º92.83%98.43%-
XYZ20.6813.1392.71-
YUV82.13223.382.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.13%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 251 (98.44% from 255) = 71.51%
R=5.13%
G=23.36%
B=71.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal18822510.930.6700.02223.5296.6852.75
Hex1252FB5D4302e06135
Octal221223731351030234014165
Binary1001010100101111101110111011000011010111000001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1252FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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