#0B2ADA

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

Shades of Persian Blue #0B2ADA

Tints of Persian Blue #0B2ADA

Color information

#0B2ADA (or 0x0B2ADA) is unknown color: approx Persian Blue. HEX triplet: 0B, 2A and DA. RGB value is (11,42,218). Sum of RGB (Red+Green+Blue) = 11+42+218=271 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.06% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 218 (85.55% from 255 or 80.44% from 271); Max value from RGB is 218 - color contains mainly: blue. Hex color #0B2ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B2ADA is #F4D525. Grayscale: #343434. Windows color (decimal): -16045350 or 14297611. OLE color: 14297611.

HSL color Cylindrical-coordinate representation of color #0B2ADA: hue angle of 231.01º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B2ADA is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1142218-
CMYK0.950.8100.15
HSL231.01º90.39%44.9%-
HSV(B)231.01º94.95%85.49%-
XYZ13.626.7966.92-
YUV52.8221.2398.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.06%
GREEN value IS 42 (16.80% from 255) = 15.50%
BLUE value IS 218 (85.55% from 255) = 80.44%
R=4.06%
G=15.50%
B=80.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal11422180.950.8100.15231.0190.3944.9
HexB2ADA5F510Fe75a2d
Octal135233213712101734713255
Binary1011101010110110101011111101000101111111001111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,42,218); }

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

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

 a { background-color: rgb(11,42,218); }

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

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

 span { border-color: rgb(11,42,218); }

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