Html Css Color HEX #0D3DBF Persian Blue

📋 copy color: '#0D3DBF'

red 13 ◦ green 61 ◦ blue 191

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

Shades of Persian Blue #0D3DBF

Tints of Persian Blue #0D3DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.02%

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

R = 4.91%
G = 23.02%
B = 72.08%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0D3DBF (or 0x0D3DBF) is known color: Persian Blue. HEX triplet: 0D, 3D and BF. RGB value is (13,61,191). Sum of RGB (Red+Green+Blue) = 13+61+191=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 191 (75% from 255 or 72.08% from 265); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D3DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3DBF is #F2C240. Grayscale: #3C3C3C. Windows color (decimal): -15909441 or 12533005. OLE color: 12533005.

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

Color convert

RGB 13 61 191 -
CMYK 0.93 0.68 0 0.25
HSL 223.82º 0.87% 0.4% -
HSV(B) 223.82º 0.93% 0.75% -
XYZ 11.24 7.18 50.08 -
YUV 61.47 201.1 93.43 -
System Red Green Blue C M Y K H S L
Decimal 13 61 191 0.93 0.68 0 0.25 223.82 0.87 0.4
Hex D 3D BF 5D 44 0 19 E0 57 28
Octal 15 75 277 135 104 0 31 340 127 50
Binary 1101 111101 10111111 1011101 1000100 0 11001 11100000 1010111 101000

Color Harmonies of #0D3DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3DBF

Black with #0D3DBF

Text Example


Text Example

White with #0D3DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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