#0A1FE7

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

Shades of Blue #0A1FE7

Tints of Blue #0A1FE7

Color information

#0A1FE7 (or 0x0A1FE7) is unknown color: approx Blue. HEX triplet: 0A, 1F and E7. RGB value is (10,31,231). Sum of RGB (Red+Green+Blue) = 10+31+231=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 231 (90.62% from 255 or 84.93% from 272); Max value from RGB is 231 - color contains mainly: blue. Hex color #0A1FE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A1FE7 is #F5E018. Grayscale: #2E2E2E. Windows color (decimal): -16113689 or 15146762. OLE color: 15146762.

HSL color Cylindrical-coordinate representation of color #0A1FE7: hue angle of 234.3º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A1FE7 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1031231-
CMYK0.960.8700.09
HSL234.3º91.7%47.25%-
HSV(B)234.3º95.67%90.59%-
XYZ15.046.8176.12-
YUV47.52231.54101.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.68%
GREEN value IS 31 (12.5% from 255) = 11.40%
BLUE value IS 231 (90.62% from 255) = 84.93%
R=3.68%
G=11.40%
B=84.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal10312310.960.8700.09234.391.747.25
HexA1FE7605709ea5c2f
Octal123734714012701135213457
Binary101011111111001111100000101011101001111010101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,31,231); }

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

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

 a { background-color: rgb(10,31,231); }

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

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

 span { border-color: rgb(10,31,231); }

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