#0F1AED

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

Shades of Blue #0F1AED

Tints of Blue #0F1AED

Color information

#0F1AED (or 0x0F1AED) is unknown color: approx Blue. HEX triplet: 0F, 1A and ED. RGB value is (15,26,237). Sum of RGB (Red+Green+Blue) = 15+26+237=278 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.40% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 237 (92.97% from 255 or 85.25% from 278); Max value from RGB is 237 - color contains mainly: blue. Hex color #0F1AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1AED is #F0E512. Grayscale: #2D2D2D. Windows color (decimal): -15787283 or 15538703. OLE color: 15538703.

HSL color Cylindrical-coordinate representation of color #0F1AED: hue angle of 237.03º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F1AED is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1526237-
CMYK0.940.8900.07
HSL237.03º88.1%49.41%-
HSV(B)237.03º93.67%92.94%-
XYZ15.856.9580.63-
YUV46.76235.36105.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.40%
GREEN value IS 26 (10.55% from 255) = 9.35%
BLUE value IS 237 (92.97% from 255) = 85.25%
R=5.40%
G=9.35%
B=85.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15262370.940.8900.07237.0388.149.41
HexF1AED5E5907ed5831
Octal17323551361310735513061
Binary11111101011101101101111010110010111111011011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,26,237); }

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

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

 a { background-color: rgb(15,26,237); }

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

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

 span { border-color: rgb(15,26,237); }

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