#0A05EE

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

Shades of Blue #0A05EE

Tints of Blue #0A05EE

Color information

#0A05EE (or 0x0A05EE) is unknown color: approx Blue. HEX triplet: 0A, 05 and EE. RGB value is (10,5,238). Sum of RGB (Red+Green+Blue) = 10+5+238=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 238 (93.36% from 255 or 94.07% from 253); Max value from RGB is 238 - color contains mainly: blue. Hex color #0A05EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A05EE is #F5FA11. Grayscale: #202020. Windows color (decimal): -16120338 or 15598858. OLE color: 15598858.

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

Color convert

RGB105238-
CMYK0.960.9800.07
HSL241.29º95.88%47.65%-
HSV(B)241.29º97.9%93.33%-
XYZ15.616.3581.29-
YUV33.06243.66111.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.95%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 238 (93.36% from 255) = 94.07%
R=3.95%
G=1.98%
B=94.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052380.960.9800.07241.2995.8847.65
HexA5EE606207f16030
Octal1253561401420736114060
Binary101010111101110110000011000100111111100011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A05EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,5,238); }

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

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

 a { background-color: rgb(10,5,238); }

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

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

 span { border-color: rgb(10,5,238); }

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