#0A26BB

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

Shades of Persian Blue #0A26BB

Tints of Persian Blue #0A26BB

Color information

#0A26BB (or 0x0A26BB) is unknown color: approx Persian Blue. HEX triplet: 0A, 26 and BB. RGB value is (10,38,187). Sum of RGB (Red+Green+Blue) = 10+38+187=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 187 (73.44% from 255 or 79.57% from 235); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A26BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A26BB is #F5D944. Grayscale: #2D2D2D. Windows color (decimal): -16111941 or 12264970. OLE color: 12264970.

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

Color convert

RGB1038187-
CMYK0.950.8000.27
HSL230.51º89.85%38.63%-
HSV(B)230.51º94.65%73.33%-
XYZ9.795.0447.47-
YUV46.61207.22101.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.26%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 187 (73.44% from 255) = 79.57%
R=4.26%
G=16.17%
B=79.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10381870.950.8000.27230.5189.8538.63
HexA26BB5F5001Be75a27
Octal124627313712003334713247
Binary10101001101011101110111111010000011011111001111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A26BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,38,187); }

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

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

 a { background-color: rgb(10,38,187); }

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

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

 span { border-color: rgb(10,38,187); }

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