#0A17BE

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

Shades of Medium Blue #0A17BE

Tints of Medium Blue #0A17BE

Color information

#0A17BE (or 0x0A17BE) is unknown color: approx Medium Blue. HEX triplet: 0A, 17 and BE. RGB value is (10,23,190). Sum of RGB (Red+Green+Blue) = 10+23+190=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 190 (74.61% from 255 or 85.20% from 223); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A17BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A17BE is #F5E841. Grayscale: #252525. Windows color (decimal): -16115778 or 12457738. OLE color: 12457738.

HSL color Cylindrical-coordinate representation of color #0A17BE: hue angle of 235.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A17BE is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1023190-
CMYK0.950.8800.25
HSL235.67º90%39.22%-
HSV(B)235.67º94.74%74.51%-
XYZ9.734.449.05-
YUV38.15213.69107.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.48%
GREEN value IS 23 (9.38% from 255) = 10.31%
BLUE value IS 190 (74.61% from 255) = 85.20%
R=4.48%
G=10.31%
B=85.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10231900.950.8800.25235.679039.22
HexA17BE5F58019ec5a27
Octal122727613713003135413247
Binary1010101111011111010111111011000011001111011001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A17BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,23,190); }

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

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

 a { background-color: rgb(10,23,190); }

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

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

 span { border-color: rgb(10,23,190); }

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