#0A1CEB

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

Shades of Blue #0A1CEB

Tints of Blue #0A1CEB

Color information

#0A1CEB (or 0x0A1CEB) is unknown color: approx Blue. HEX triplet: 0A, 1C and EB. RGB value is (10,28,235). Sum of RGB (Red+Green+Blue) = 10+28+235=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 235 (92.19% from 255 or 86.08% from 273); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A1CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A1CEB is #F5E314. Grayscale: #2D2D2D. Windows color (decimal): -16114453 or 15408138. OLE color: 15408138.

HSL color Cylindrical-coordinate representation of color #0A1CEB: hue angle of 235.2º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A1CEB is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1028235-
CMYK0.960.8800.08
HSL235.2º91.84%48.04%-
HSV(B)235.2º95.74%92.16%-
XYZ15.546.8979.11-
YUV46.22234.54102.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.66%
GREEN value IS 28 (11.33% from 255) = 10.26%
BLUE value IS 235 (92.19% from 255) = 86.08%
R=3.66%
G=10.26%
B=86.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal10282350.960.8800.08235.291.8448.04
HexA1CEB605808eb5c30
Octal123435314013001035313460
Binary101011100111010111100000101100001000111010111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,28,235); }

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

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

 a { background-color: rgb(10,28,235); }

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

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

 span { border-color: rgb(10,28,235); }

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