#0F1DE6

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

Shades of Blue #0F1DE6

Tints of Blue #0F1DE6

Color information

#0F1DE6 (or 0x0F1DE6) is unknown color: approx Blue. HEX triplet: 0F, 1D and E6. RGB value is (15,29,230). Sum of RGB (Red+Green+Blue) = 15+29+230=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 230 (90.23% from 255 or 83.94% from 274); Max value from RGB is 230 - color contains mainly: blue. Hex color #0F1DE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1DE6 is #F0E219. Grayscale: #2E2E2E. Windows color (decimal): -15786522 or 15080719. OLE color: 15080719.

HSL color Cylindrical-coordinate representation of color #0F1DE6: hue angle of 236.09º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F1DE6 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1529230-
CMYK0.930.8700.10
HSL236.09º87.76%48.04%-
HSV(B)236.09º93.48%90.2%-
XYZ14.926.6975.37-
YUV47.73230.86104.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.47%
GREEN value IS 29 (11.72% from 255) = 10.58%
BLUE value IS 230 (90.23% from 255) = 83.94%
R=5.47%
G=10.58%
B=83.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal15292300.930.8700.10236.0987.7648.04
HexF1DE65D570Aec5830
Octal173534613512701235413060
Binary111111101111001101011101101011101010111011001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,29,230); }

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

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

 a { background-color: rgb(15,29,230); }

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

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

 span { border-color: rgb(15,29,230); }

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