Html Css Color HEX #0D31CE Persian Blue

📋 copy color: '#0D31CE'

red 13 ◦ green 49 ◦ blue 206

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

Shades of Persian Blue #0D31CE

Tints of Persian Blue #0D31CE

RGB

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

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

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

R = 4.85%
G = 18.28%
B = 76.87%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0D31CE (or 0x0D31CE) is known color: Persian Blue. HEX triplet: 0D, 31 and CE. RGB value is (13,49,206). Sum of RGB (Red+Green+Blue) = 13+49+206=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #0D31CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D31CE is #F2CE31. Grayscale: #373737. Windows color (decimal): -15912498 or 13512973. OLE color: 13512973.

HSL color Cylindrical-coordinate representation of color #0D31CE: hue angle of 228.81º 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 #0D31CE is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 49 206 -
CMYK 0.94 0.76 0 0.19
HSL 228.81º 0.88% 0.43% -
HSV(B) 228.81º 0.94% 0.81% -
XYZ 12.4 6.74 59.04 -
YUV 56.13 212.57 97.23 -
System Red Green Blue C M Y K H S L
Decimal 13 49 206 0.94 0.76 0 0.19 228.81 0.88 0.43
Hex D 31 CE 5E 4C 0 13 E5 58 2B
Octal 15 61 316 136 114 0 23 345 130 53
Binary 1101 110001 11001110 1011110 1001100 0 10011 11100101 1011000 101011

Color Harmonies of #0D31CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D31CE

Black with #0D31CE

Text Example


Text Example

White with #0D31CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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