#0F1CE6

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

Shades of Blue #0F1CE6

Tints of Blue #0F1CE6

Color information

#0F1CE6 (or 0x0F1CE6) is unknown color: approx Blue. HEX triplet: 0F, 1C and E6. RGB value is (15,28,230). Sum of RGB (Red+Green+Blue) = 15+28+230=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 230 (90.23% from 255 or 84.25% from 273); Max value from RGB is 230 - color contains mainly: blue. Hex color #0F1CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1CE6 is #F0E319. Grayscale: #2E2E2E. Windows color (decimal): -15786778 or 15080463. OLE color: 15080463.

HSL color Cylindrical-coordinate representation of color #0F1CE6: hue angle of 236.37º 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 #0F1CE6 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1528230-
CMYK0.930.8800.10
HSL236.37º87.76%48.04%-
HSV(B)236.37º93.48%90.2%-
XYZ14.96.6575.36-
YUV47.14231.19105.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.49%
GREEN value IS 28 (11.33% from 255) = 10.26%
BLUE value IS 230 (90.23% from 255) = 84.25%
R=5.49%
G=10.26%
B=84.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal15282300.930.8800.10236.3787.7648.04
HexF1CE65D580Aec5830
Octal173434613513001235413060
Binary111111100111001101011101101100001010111011001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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