#0D27BD

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

Shades of Persian Blue #0D27BD

Tints of Persian Blue #0D27BD

Color information

#0D27BD (or 0x0D27BD) is unknown color: approx Persian Blue. HEX triplet: 0D, 27 and BD. RGB value is (13,39,189). Sum of RGB (Red+Green+Blue) = 13+39+189=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #0D27BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D27BD is #F2D842. Grayscale: #2F2F2F. Windows color (decimal): -15915075 or 12396301. OLE color: 12396301.

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

Color convert

RGB1339189-
CMYK0.930.7900.26
HSL231.14º87.13%39.61%-
HSV(B)231.14º93.12%74.12%-
XYZ10.085.2148.62-
YUV48.33207.39102.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.39%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 189 (74.22% from 255) = 78.42%
R=5.39%
G=16.18%
B=78.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13391890.930.7900.26231.1487.1339.61
HexD27BD5D4F01Ae75728
Octal154727513511703234712750
Binary11011001111011110110111011001111011010111001111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D27BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,39,189); }

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

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

 a { background-color: rgb(13,39,189); }

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

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

 span { border-color: rgb(13,39,189); }

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