#0D38C0

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

Shades of Persian Blue #0D38C0

Tints of Persian Blue #0D38C0

Color information

#0D38C0 (or 0x0D38C0) is unknown color: approx Persian Blue. HEX triplet: 0D, 38 and C0. RGB value is (13,56,192). Sum of RGB (Red+Green+Blue) = 13+56+192=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 192 (75.39% from 255 or 73.56% from 261); Max value from RGB is 192 - color contains mainly: blue. Hex color #0D38C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D38C0 is #F2C73F. Grayscale: #3A3A3A. Windows color (decimal): -15910720 or 12597261. OLE color: 12597261.

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

Color convert

RGB1356192-
CMYK0.930.7100.25
HSL225.59º87.32%40.2%-
HSV(B)225.59º93.23%75.29%-
XYZ11.096.7250.58-
YUV58.65203.2595.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.98%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 192 (75.39% from 255) = 73.56%
R=4.98%
G=21.46%
B=73.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13561920.930.7100.25225.5987.3240.2
HexD38C05D47019e25728
Octal157030013510703134212750
Binary11011110001100000010111011000111011001111000101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D38C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,56,192); }

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

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

 a { background-color: rgb(13,56,192); }

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

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

 span { border-color: rgb(13,56,192); }

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