Html Css Color HEX #0D34CE Persian Blue

📋 copy color: '#0D34CE'

red 13 ◦ green 52 ◦ blue 206

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

Shades of Persian Blue #0D34CE

Tints of Persian Blue #0D34CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.01%

R = 4.8%
G = 19.19%
B = 76.01%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0D34CE (or 0x0D34CE) is known color: Persian Blue. HEX triplet: 0D, 34 and CE. RGB value is (13,52,206). Sum of RGB (Red+Green+Blue) = 13+52+206=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #0D34CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D34CE is #F2CB31. Grayscale: #393939. Windows color (decimal): -15911730 or 13513741. OLE color: 13513741.

HSL color Cylindrical-coordinate representation of color #0D34CE: hue angle of 227.88º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D34CE is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 52 206 -
CMYK 0.94 0.75 0 0.19
HSL 227.88º 0.88% 0.43% -
HSV(B) 227.88º 0.94% 0.81% -
XYZ 12.53 7 59.08 -
YUV 57.9 211.58 95.98 -
System Red Green Blue C M Y K H S L
Decimal 13 52 206 0.94 0.75 0 0.19 227.88 0.88 0.43
Hex D 34 CE 5E 4B 0 13 E4 58 2B
Octal 15 64 316 136 113 0 23 344 130 53
Binary 1101 110100 11001110 1011110 1001011 0 10011 11100100 1011000 101011

Color Harmonies of #0D34CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D34CE

Black with #0D34CE

Text Example


Text Example

White with #0D34CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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