Html Css Color HEX #0D3A6A Prussian Blue

📋 copy color: '#0D3A6A'

red 13 ◦ green 58 ◦ blue 106

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

Shades of Prussian Blue #0D3A6A

Tints of Prussian Blue #0D3A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 59.89%

R = 7.34%
G = 32.77%
B = 59.89%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D3A6A (or 0x0D3A6A) is known color: Prussian Blue. HEX triplet: 0D, 3A and 6A. RGB value is (13,58,106). Sum of RGB (Red+Green+Blue) = 13+58+106=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 106 (41.80% from 255 or 59.89% from 177); Max value from RGB is 106 - color contains mainly: blue. Hex color #0D3A6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3A6A is #F2C595. Grayscale: #313131. Windows color (decimal): -15910294 or 6961677. OLE color: 6961677.

HSL color Cylindrical-coordinate representation of color #0D3A6A: hue angle of 210.97º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D3A6A is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 58 106 -
CMYK 0.88 0.45 0 0.58
HSL 210.97º 0.78% 0.23% -
HSV(B) 210.97º 0.88% 0.42% -
XYZ 4.28 4.15 14.21 -
YUV 50.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 13 58 106 0.88 0.45 0 0.58 210.97 0.78 0.23
Hex D 3A 6A 58 2D 0 3A D3 4E 17
Octal 15 72 152 130 55 0 72 323 116 27
Binary 1101 111010 1101010 1011000 101101 0 111010 11010011 1001110 10111

Color Harmonies of #0D3A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3A6A

Black with #0D3A6A

Text Example


Text Example

White with #0D3A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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