Html Css Color HEX #0D39BA Persian Blue

📋 copy color: '#0D39BA'

red 13 ◦ green 57 ◦ blue 186

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

Shades of Persian Blue #0D39BA

Tints of Persian Blue #0D39BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.27%

 BLUE value IS 186 (73.05% from 255) = 72.66%

R = 5.08%
G = 22.27%
B = 72.66%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D39BA (or 0x0D39BA) is known color: Persian Blue. HEX triplet: 0D, 39 and BA. RGB value is (13,57,186). Sum of RGB (Red+Green+Blue) = 13+57+186=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D39BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D39BA is #F2C645. Grayscale: #393939. Windows color (decimal): -15910470 or 12204301. OLE color: 12204301.

HSL color Cylindrical-coordinate representation of color #0D39BA: hue angle of 224.74º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D39BA is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 57 186 -
CMYK 0.93 0.69 0 0.27
HSL 224.74º 0.87% 0.39% -
HSV(B) 224.74º 0.93% 0.73% -
XYZ 10.49 6.56 47.17 -
YUV 58.55 199.92 95.51 -
System Red Green Blue C M Y K H S L
Decimal 13 57 186 0.93 0.69 0 0.27 224.74 0.87 0.39
Hex D 39 BA 5D 45 0 1B E1 57 27
Octal 15 71 272 135 105 0 33 341 127 47
Binary 1101 111001 10111010 1011101 1000101 0 11011 11100001 1010111 100111

Color Harmonies of #0D39BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D39BA

Black with #0D39BA

Text Example


Text Example

White with #0D39BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,57,186); }

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

background-color css

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

 a { background-color: rgb(13,57,186); }

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

border-color css

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

 span { border-color: rgb(13,57,186); }

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