#0a23d7

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

Shades of Medium Blue #0A23D7

Tints of Medium Blue #0A23D7

Color information

#0A23D7 (or 0x0A23D7) is unknown color: approx Medium Blue. HEX triplet: 0A, 23 and D7. RGB value is (10,35,215). Sum of RGB (Red+Green+Blue) = 10+35+215=260 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.85% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 215 (84.38% from 255 or 82.69% from 260); Max value from RGB is 215 - color contains mainly: blue. Hex color #0A23D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A23D7 is #F5DC28. Grayscale: #2F2F2F. Windows color (decimal): -16112681 or 14099210. OLE color: 14099210.

HSL color Cylindrical-coordinate representation of color #0A23D7: hue angle of 232.68º 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 #0A23D7 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1035215-
CMYK0.950.8400.16
HSL232.68º91.11%44.12%-
HSV(B)232.68º95.35%84.31%-
XYZ12.996.1764.8-
YUV48.04222.22100.86-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.85%
GREEN value IS 35 (14.06% from 255) = 13.46%
BLUE value IS 215 (84.38% from 255) = 82.69%
R=3.85%
G=13.46%
B=82.69%

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
Decimal10352150.950.8400.16232.6891.1144.12
HexA23D75F54010e95b2c
Octal124332713712402035113354
Binary10101000111101011110111111010100010000111010011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a23d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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