Html Css Color HEX #0D34DF Persian Blue

📋 copy color: '#0D34DF'

red 13 ◦ green 52 ◦ blue 223

#0D34DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #0D34DF

Tints of Persian Blue #0D34DF

RGB

 RED value IS 13 (5.47% from 255) = 4.51%

 GREEN value IS 52 (20.7% from 255) = 18.06%

 BLUE value IS 223 (87.5% from 255) = 77.43%

R = 4.51%
G = 18.06%
B = 77.43%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0D34DF (or 0x0D34DF) is known color: Persian Blue. HEX triplet: 0D, 34 and DF. RGB value is (13,52,223). Sum of RGB (Red+Green+Blue) = 13+52+223=288 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.51% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D34DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D34DF is #F2CB20. Grayscale: #3B3B3B. Windows color (decimal): -15911713 or 14627853. OLE color: 14627853.

HSL color Cylindrical-coordinate representation of color #0D34DF: hue angle of 228.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D34DF is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 52 223 -
CMYK 0.94 0.77 0 0.13
HSL 228.86º 0.89% 0.46% -
HSV(B) 228.86º 0.94% 0.87% -
XYZ 14.71 7.87 70.56 -
YUV 59.83 220.08 94.6 -
System Red Green Blue C M Y K H S L
Decimal 13 52 223 0.94 0.77 0 0.13 228.86 0.89 0.46
Hex D 34 DF 5E 4D 0 D E5 59 2E
Octal 15 64 337 136 115 0 15 345 131 56
Binary 1101 110100 11011111 1011110 1001101 0 1101 11100101 1011001 101110

Color Harmonies of #0D34DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D34DF

Black with #0D34DF

Text Example


Text Example

White with #0D34DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D34DF;
 }
 .AnyTagClassName
 {
   color: #0D34DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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