#0D26B9

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

Shades of Persian Blue #0D26B9

Tints of Persian Blue #0D26B9

Color information

#0D26B9 (or 0x0D26B9) is unknown color: approx Persian Blue. HEX triplet: 0D, 26 and B9. RGB value is (13,38,185). Sum of RGB (Red+Green+Blue) = 13+38+185=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 185 (72.66% from 255 or 78.39% from 236); Max value from RGB is 185 - color contains mainly: blue. Hex color #0D26B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D26B9 is #F2D946. Grayscale: #2E2E2E. Windows color (decimal): -15915335 or 12133901. OLE color: 12133901.

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

Color convert

RGB1338185-
CMYK0.930.7900.27
HSL231.28º86.87%38.82%-
HSV(B)231.28º92.97%72.55%-
XYZ9.624.9746.35-
YUV47.28205.72103.55-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.51%
GREEN value IS 38 (15.23% from 255) = 16.10%
BLUE value IS 185 (72.66% from 255) = 78.39%
R=5.51%
G=16.10%
B=78.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13381850.930.7900.27231.2886.8738.82
HexD26B95D4F01Be75727
Octal154627113511703334712747
Binary11011001101011100110111011001111011011111001111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D26B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,38,185); }

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

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

 a { background-color: rgb(13,38,185); }

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

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

 span { border-color: rgb(13,38,185); }

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