#0B2DE5

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

Shades of Persian Blue #0B2DE5

Tints of Persian Blue #0B2DE5

Color information

#0B2DE5 (or 0x0B2DE5) is unknown color: approx Persian Blue. HEX triplet: 0B, 2D and E5. RGB value is (11,45,229). Sum of RGB (Red+Green+Blue) = 11+45+229=285 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.86% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 229 (89.84% from 255 or 80.35% from 285); Max value from RGB is 229 - color contains mainly: blue. Hex color #0B2DE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B2DE5 is #F4D21A. Grayscale: #373737. Windows color (decimal): -16044571 or 15019275. OLE color: 15019275.

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

Color convert

RGB1145229-
CMYK0.950.8000.10
HSL230.64º90.83%47.06%-
HSV(B)230.64º95.2%89.8%-
XYZ15.227.6174.79-
YUV55.81225.7496.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.86%
GREEN value IS 45 (17.97% from 255) = 15.79%
BLUE value IS 229 (89.84% from 255) = 80.35%
R=3.86%
G=15.79%
B=80.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal11452290.950.8000.10230.6490.8347.06
HexB2DE55F500Ae75b2f
Octal135534513712001234713357
Binary1011101101111001011011111101000001010111001111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,45,229); }

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

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

 a { background-color: rgb(11,45,229); }

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

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

 span { border-color: rgb(11,45,229); }

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