Html Css Color HEX #0D31BC Persian Blue

📋 copy color: '#0D31BC'

red 13 ◦ green 49 ◦ blue 188

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

Shades of Persian Blue #0D31BC

Tints of Persian Blue #0D31BC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.6%

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

R = 5.2%
G = 19.6%
B = 75.2%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0D31BC (or 0x0D31BC) is known color: Persian Blue. HEX triplet: 0D, 31 and BC. RGB value is (13,49,188). Sum of RGB (Red+Green+Blue) = 13+49+188=250 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.2% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D31BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D31BC is #F2CE43. Grayscale: #353535. Windows color (decimal): -15912516 or 12333325. OLE color: 12333325.

HSL color Cylindrical-coordinate representation of color #0D31BC: hue angle of 227.66º 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 #0D31BC is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 13 49 188 -
CMYK 0.93 0.74 0 0.26
HSL 227.66º 0.87% 0.39% -
HSV(B) 227.66º 0.93% 0.74% -
XYZ 10.34 5.91 48.17 -
YUV 54.08 203.57 98.7 -
System Red Green Blue C M Y K H S L
Decimal 13 49 188 0.93 0.74 0 0.26 227.66 0.87 0.39
Hex D 31 BC 5D 4A 0 1A E4 57 27
Octal 15 61 274 135 112 0 32 344 127 47
Binary 1101 110001 10111100 1011101 1001010 0 11010 11100100 1010111 100111

Color Harmonies of #0D31BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D31BC

Black with #0D31BC

Text Example


Text Example

White with #0D31BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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