#0A23D6

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

Shades of Medium Blue #0A23D6

Tints of Medium Blue #0A23D6

Color information

#0A23D6 (or 0x0A23D6) is unknown color: approx Medium Blue. HEX triplet: 0A, 23 and D6. RGB value is (10,35,214). Sum of RGB (Red+Green+Blue) = 10+35+214=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 214 (83.98% from 255 or 82.63% from 259); Max value from RGB is 214 - color contains mainly: blue. Hex color #0A23D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A23D6 is #F5DC29. Grayscale: #2F2F2F. Windows color (decimal): -16112682 or 14033674. OLE color: 14033674.

HSL color Cylindrical-coordinate representation of color #0A23D6: hue angle of 232.65º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A23D6 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1035214-
CMYK0.950.8400.16
HSL232.65º91.07%43.92%-
HSV(B)232.65º95.33%83.92%-
XYZ12.866.1264.12-
YUV47.93221.72100.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.86%
GREEN value IS 35 (14.06% from 255) = 13.51%
BLUE value IS 214 (83.98% from 255) = 82.63%
R=3.86%
G=13.51%
B=82.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal10352140.950.8400.16232.6591.0743.92
HexA23D65F54010e95b2c
Octal124332613712402035113354
Binary10101000111101011010111111010100010000111010011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A23D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,35,214); }

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

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

 a { background-color: rgb(10,35,214); }

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

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

 span { border-color: rgb(10,35,214); }

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