Html Css Color HEX #0D34BC Persian Blue

📋 copy color: '#0D34BC'

red 13 ◦ green 52 ◦ blue 188

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

Shades of Persian Blue #0D34BC

Tints of Persian Blue #0D34BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 74.31%

R = 5.14%
G = 20.55%
B = 74.31%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0D34BC (or 0x0D34BC) is known color: Persian Blue. HEX triplet: 0D, 34 and BC. RGB value is (13,52,188). Sum of RGB (Red+Green+Blue) = 13+52+188=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 188 (73.83% from 255 or 74.31% from 253); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D34BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D34BC is #F2CB43. Grayscale: #373737. Windows color (decimal): -15911748 or 12334093. OLE color: 12334093.

HSL color Cylindrical-coordinate representation of color #0D34BC: hue angle of 226.63º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D34BC is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 13 52 188 -
CMYK 0.93 0.72 0 0.26
HSL 226.63º 0.87% 0.39% -
HSV(B) 226.63º 0.93% 0.74% -
XYZ 10.47 6.17 48.22 -
YUV 55.84 202.58 97.44 -
System Red Green Blue C M Y K H S L
Decimal 13 52 188 0.93 0.72 0 0.26 226.63 0.87 0.39
Hex D 34 BC 5D 48 0 1A E3 57 27
Octal 15 64 274 135 110 0 32 343 127 47
Binary 1101 110100 10111100 1011101 1001000 0 11010 11100011 1010111 100111

Color Harmonies of #0D34BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D34BC

Black with #0D34BC

Text Example


Text Example

White with #0D34BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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