#0D2ABE

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

Shades of Persian Blue #0D2ABE

Tints of Persian Blue #0D2ABE

Color information

#0D2ABE (or 0x0D2ABE) is unknown color: approx Persian Blue. HEX triplet: 0D, 2A and BE. RGB value is (13,42,190). Sum of RGB (Red+Green+Blue) = 13+42+190=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 190 (74.61% from 255 or 77.55% from 245); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D2ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D2ABE is #F2D541. Grayscale: #313131. Windows color (decimal): -15914306 or 12462605. OLE color: 12462605.

HSL color Cylindrical-coordinate representation of color #0D2ABE: hue angle of 230.17º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D2ABE is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1342190-
CMYK0.930.7800.25
HSL230.17º87.19%39.8%-
HSV(B)230.17º93.16%74.51%-
XYZ10.295.4649.23-
YUV50.2206.89101.47-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.31%
GREEN value IS 42 (16.80% from 255) = 17.14%
BLUE value IS 190 (74.61% from 255) = 77.55%
R=5.31%
G=17.14%
B=77.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13421900.930.7800.25230.1787.1939.8
HexD2ABE5D4E019e65728
Octal155227613511603134612750
Binary11011010101011111010111011001110011001111001101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,42,190); }

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

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

 a { background-color: rgb(13,42,190); }

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

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

 span { border-color: rgb(13,42,190); }

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