Html Css Color HEX #0D34C1 Persian Blue

📋 copy color: '#0D34C1'

red 13 ◦ green 52 ◦ blue 193

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

Shades of Persian Blue #0D34C1

Tints of Persian Blue #0D34C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 74.81%

R = 5.04%
G = 20.16%
B = 74.81%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0D34C1 (or 0x0D34C1) is known color: Persian Blue. HEX triplet: 0D, 34 and C1. RGB value is (13,52,193). Sum of RGB (Red+Green+Blue) = 13+52+193=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 193 (75.78% from 255 or 74.81% from 258); Max value from RGB is 193 - color contains mainly: blue. Hex color #0D34C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D34C1 is #F2CB3E. Grayscale: #373737. Windows color (decimal): -15911743 or 12661773. OLE color: 12661773.

HSL color Cylindrical-coordinate representation of color #0D34C1: hue angle of 227º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D34C1 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 52 193 -
CMYK 0.93 0.73 0 0.24
HSL 227º 0.87% 0.4% -
HSV(B) 227º 0.93% 0.76% -
XYZ 11.02 6.39 51.11 -
YUV 56.41 205.08 97.04 -
System Red Green Blue C M Y K H S L
Decimal 13 52 193 0.93 0.73 0 0.24 227 0.87 0.4
Hex D 34 C1 5D 49 0 18 E3 57 28
Octal 15 64 301 135 111 0 30 343 127 50
Binary 1101 110100 11000001 1011101 1001001 0 11000 11100011 1010111 101000

Color Harmonies of #0D34C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D34C1

Black with #0D34C1

Text Example


Text Example

White with #0D34C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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