#0B28C7

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

Shades of Persian Blue #0B28C7

Tints of Persian Blue #0B28C7

Color information

#0B28C7 (or 0x0B28C7) is unknown color: approx Persian Blue. HEX triplet: 0B, 28 and C7. RGB value is (11,40,199). Sum of RGB (Red+Green+Blue) = 11+40+199=250 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.4% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 199 (78.12% from 255 or 79.6% from 250); Max value from RGB is 199 - color contains mainly: blue. Hex color #0B28C7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B28C7 is #F4D738. Grayscale: #303030. Windows color (decimal): -16045881 or 13051915. OLE color: 13051915.

HSL color Cylindrical-coordinate representation of color #0B28C7: hue angle of 230.74º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B28C7 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1140199-
CMYK0.940.8000.22
HSL230.74º89.52%41.18%-
HSV(B)230.74º94.47%78.04%-
XYZ11.215.7154.54-
YUV49.46212.39100.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.4%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 199 (78.12% from 255) = 79.6%
R=4.4%
G=16%
B=79.6%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11401990.940.8000.22230.7489.5241.18
HexB28C75E50016e75a29
Octal135030713612002634713251
Binary10111010001100011110111101010000010110111001111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B28C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,40,199); }

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

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

 a { background-color: rgb(11,40,199); }

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

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

 span { border-color: rgb(11,40,199); }

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