#0D1EBA

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

Shades of Persian Blue #0D1EBA

Tints of Persian Blue #0D1EBA

Color information

#0D1EBA (or 0x0D1EBA) is unknown color: approx Persian Blue. HEX triplet: 0D, 1E and BA. RGB value is (13,30,186). Sum of RGB (Red+Green+Blue) = 13+30+186=229 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.68% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 186 (73.05% from 255 or 81.22% from 229); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D1EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D1EBA is #F2E145. Grayscale: #2A2A2A. Windows color (decimal): -15917382 or 12197389. OLE color: 12197389.

HSL color Cylindrical-coordinate representation of color #0D1EBA: hue angle of 234.1º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D1EBA is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1330186-
CMYK0.930.8400.27
HSL234.1º86.93%39.02%-
HSV(B)234.1º93.01%72.94%-
XYZ9.494.5646.83-
YUV42.7208.87106.82-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.68%
GREEN value IS 30 (12.11% from 255) = 13.10%
BLUE value IS 186 (73.05% from 255) = 81.22%
R=5.68%
G=13.10%
B=81.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13301860.930.8400.27234.186.9339.02
HexD1EBA5D5401Bea5727
Octal153627213512403335212747
Binary1101111101011101010111011010100011011111010101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,30,186); }

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

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

 a { background-color: rgb(13,30,186); }

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

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

 span { border-color: rgb(13,30,186); }

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