#0D27B9

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

Shades of Persian Blue #0D27B9

Tints of Persian Blue #0D27B9

Color information

#0D27B9 (or 0x0D27B9) is unknown color: approx Persian Blue. HEX triplet: 0D, 27 and B9. RGB value is (13,39,185). Sum of RGB (Red+Green+Blue) = 13+39+185=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 185 (72.66% from 255 or 78.06% from 237); Max value from RGB is 185 - color contains mainly: blue. Hex color #0D27B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D27B9 is #F2D846. Grayscale: #2F2F2F. Windows color (decimal): -15915079 or 12134157. OLE color: 12134157.

HSL color Cylindrical-coordinate representation of color #0D27B9: hue angle of 230.93º 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 #0D27B9 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1339185-
CMYK0.930.7900.27
HSL230.93º86.87%38.82%-
HSV(B)230.93º92.97%72.55%-
XYZ9.655.0446.36-
YUV47.87205.39103.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.49%
GREEN value IS 39 (15.62% from 255) = 16.46%
BLUE value IS 185 (72.66% from 255) = 78.06%
R=5.49%
G=16.46%
B=78.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13391850.930.7900.27230.9386.8738.82
HexD27B95D4F01Be75727
Octal154727113511703334712747
Binary11011001111011100110111011001111011011111001111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D27B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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