Html Css Color HEX #0D32BE Persian Blue

📋 copy color: '#0D32BE'

red 13 ◦ green 50 ◦ blue 190

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

Shades of Persian Blue #0D32BE

Tints of Persian Blue #0D32BE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.76%

 BLUE value IS 190 (74.61% from 255) = 75.1%

R = 5.14%
G = 19.76%
B = 75.1%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0D32BE (or 0x0D32BE) is known color: Persian Blue. HEX triplet: 0D, 32 and BE. RGB value is (13,50,190). Sum of RGB (Red+Green+Blue) = 13+50+190=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 190 (74.61% from 255 or 75.10% from 253); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D32BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D32BE is #F2CD41. Grayscale: #363636. Windows color (decimal): -15912258 or 12464653. OLE color: 12464653.

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

Color convert

RGB 13 50 190 -
CMYK 0.93 0.74 0 0.25
HSL 227.46º 0.87% 0.4% -
HSV(B) 227.46º 0.93% 0.75% -
XYZ 10.6 6.08 49.33 -
YUV 54.9 204.24 98.12 -
System Red Green Blue C M Y K H S L
Decimal 13 50 190 0.93 0.74 0 0.25 227.46 0.87 0.4
Hex D 32 BE 5D 4A 0 19 E3 57 28
Octal 15 62 276 135 112 0 31 343 127 50
Binary 1101 110010 10111110 1011101 1001010 0 11001 11100011 1010111 101000

Color Harmonies of #0D32BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D32BE

Black with #0D32BE

Text Example


Text Example

White with #0D32BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,50,190); }

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

background-color css

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

 a { background-color: rgb(13,50,190); }

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

border-color css

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

 span { border-color: rgb(13,50,190); }

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