Html Css Color HEX #0D3ABF Persian Blue

📋 copy color: '#0D3ABF'

red 13 ◦ green 58 ◦ blue 191

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

Shades of Persian Blue #0D3ABF

Tints of Persian Blue #0D3ABF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.14%

 BLUE value IS 191 (75% from 255) = 72.9%

R = 4.96%
G = 22.14%
B = 72.9%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0D3ABF (or 0x0D3ABF) is known color: Persian Blue. HEX triplet: 0D, 3A and BF. RGB value is (13,58,191). Sum of RGB (Red+Green+Blue) = 13+58+191=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 191 (75% from 255 or 72.90% from 262); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D3ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3ABF is #F2C540. Grayscale: #3B3B3B. Windows color (decimal): -15910209 or 12532237. OLE color: 12532237.

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

Color convert

RGB 13 58 191 -
CMYK 0.93 0.70 0 0.25
HSL 224.83º 0.87% 0.4% -
HSV(B) 224.83º 0.93% 0.75% -
XYZ 11.08 6.87 50.03 -
YUV 59.71 202.09 94.69 -
System Red Green Blue C M Y K H S L
Decimal 13 58 191 0.93 0.70 0 0.25 224.83 0.87 0.4
Hex D 3A BF 5D 46 0 19 E1 57 28
Octal 15 72 277 135 106 0 31 341 127 50
Binary 1101 111010 10111111 1011101 1000110 0 11001 11100001 1010111 101000

Color Harmonies of #0D3ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3ABF

Black with #0D3ABF

Text Example


Text Example

White with #0D3ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,58,191); }

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

background-color css

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

 a { background-color: rgb(13,58,191); }

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

border-color css

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

 span { border-color: rgb(13,58,191); }

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