Html Css Color HEX #0D3A6B Prussian Blue

📋 copy color: '#0D3A6B'

red 13 ◦ green 58 ◦ blue 107

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

Shades of Prussian Blue #0D3A6B

Tints of Prussian Blue #0D3A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 60.11%

R = 7.3%
G = 32.58%
B = 60.11%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D3A6B (or 0x0D3A6B) is known color: Prussian Blue. HEX triplet: 0D, 3A and 6B. RGB value is (13,58,107). Sum of RGB (Red+Green+Blue) = 13+58+107=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 107 (42.19% from 255 or 60.11% from 178); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D3A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3A6B is #F2C594. Grayscale: #313131. Windows color (decimal): -15910293 or 7027213. OLE color: 7027213.

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

Color convert

RGB 13 58 107 -
CMYK 0.88 0.46 0 0.58
HSL 211.28º 0.78% 0.24% -
HSV(B) 211.28º 0.88% 0.42% -
XYZ 4.33 4.17 14.49 -
YUV 50.13 160.09 101.52 -
System Red Green Blue C M Y K H S L
Decimal 13 58 107 0.88 0.46 0 0.58 211.28 0.78 0.24
Hex D 3A 6B 58 2E 0 3A D3 4E 18
Octal 15 72 153 130 56 0 72 323 116 30
Binary 1101 111010 1101011 1011000 101110 0 111010 11010011 1001110 11000

Color Harmonies of #0D3A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3A6B

Black with #0D3A6B

Text Example


Text Example

White with #0D3A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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