#0d34c4

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

Shades of Persian Blue #0D34C4

Tints of Persian Blue #0D34C4

Color information

#0D34C4 (or 0x0D34C4) is unknown color: approx Persian Blue. HEX triplet: 0D, 34 and C4. RGB value is (13,52,196). Sum of RGB (Red+Green+Blue) = 13+52+196=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 196 (76.95% from 255 or 75.10% from 261); Max value from RGB is 196 - color contains mainly: blue. Hex color #0D34C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D34C4 is #F2CB3B. Grayscale: #383838. Windows color (decimal): -15911740 or 12858381. OLE color: 12858381.

HSL color Cylindrical-coordinate representation of color #0D34C4: hue angle of 227.21º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D34C4 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1352196-
CMYK0.930.7300.23
HSL227.21º87.56%40.98%-
HSV(B)227.21º93.37%76.86%-
XYZ11.366.5352.89-
YUV56.76206.5896.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.98%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 196 (76.95% from 255) = 75.10%
R=4.98%
G=19.92%
B=75.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal13521960.930.7300.23227.2187.5640.98
HexD34C45D49017e35829
Octal156430413511102734313051
Binary11011101001100010010111011001001010111111000111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d34c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,52,196); }

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

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

 a { background-color: rgb(13,52,196); }

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

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

 span { border-color: rgb(13,52,196); }

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