#0B2ACA

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

Shades of Persian Blue #0B2ACA

Tints of Persian Blue #0B2ACA

Color information

#0B2ACA (or 0x0B2ACA) is unknown color: approx Persian Blue. HEX triplet: 0B, 2A and CA. RGB value is (11,42,202). Sum of RGB (Red+Green+Blue) = 11+42+202=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 202 (79.30% from 255 or 79.22% from 255); Max value from RGB is 202 - color contains mainly: blue. Hex color #0B2ACA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B2ACA is #F4D535. Grayscale: #323232. Windows color (decimal): -16045366 or 13249035. OLE color: 13249035.

HSL color Cylindrical-coordinate representation of color #0B2ACA: hue angle of 230.26º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B2ACA is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1142202-
CMYK0.950.7900.21
HSL230.26º89.67%41.76%-
HSV(B)230.26º94.55%79.22%-
XYZ11.635.9956.42-
YUV50.97213.2399.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.31%
GREEN value IS 42 (16.80% from 255) = 16.47%
BLUE value IS 202 (79.30% from 255) = 79.22%
R=4.31%
G=16.47%
B=79.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11422020.950.7900.21230.2689.6741.76
HexB2ACA5F4F015e65a2a
Octal135231213711702534613252
Binary10111010101100101010111111001111010101111001101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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