#0B26DD

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

Shades of Persian Blue #0B26DD

Tints of Persian Blue #0B26DD

Color information

#0B26DD (or 0x0B26DD) is unknown color: approx Persian Blue. HEX triplet: 0B, 26 and DD. RGB value is (11,38,221). Sum of RGB (Red+Green+Blue) = 11+38+221=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 221 (86.72% from 255 or 81.85% from 270); Max value from RGB is 221 - color contains mainly: blue. Hex color #0B26DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B26DD is #F4D922. Grayscale: #323232. Windows color (decimal): -16046371 or 14493195. OLE color: 14493195.

HSL color Cylindrical-coordinate representation of color #0B26DD: hue angle of 232.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B26DD is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1138221-
CMYK0.950.8300.13
HSL232.29º90.52%45.49%-
HSV(B)232.29º95.02%86.67%-
XYZ13.886.6868.96-
YUV50.79224.0599.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.07%
GREEN value IS 38 (15.23% from 255) = 14.07%
BLUE value IS 221 (86.72% from 255) = 81.85%
R=4.07%
G=14.07%
B=81.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11382210.950.8300.13232.2990.5245.49
HexB26DD5F530De85b2d
Octal134633513712301535013355
Binary1011100110110111011011111101001101101111010001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B26DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,38,221); }

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

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

 a { background-color: rgb(11,38,221); }

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

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

 span { border-color: rgb(11,38,221); }

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