Html Css Color HEX #0D346F Prussian Blue

📋 copy color: '#0D346F'

red 13 ◦ green 52 ◦ blue 111

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

Shades of Prussian Blue #0D346F

Tints of Prussian Blue #0D346F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.55%

 BLUE value IS 111 (43.75% from 255) = 63.07%

R = 7.39%
G = 29.55%
B = 63.07%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D346F (or 0x0D346F) is known color: Prussian Blue. HEX triplet: 0D, 34 and 6F. RGB value is (13,52,111). Sum of RGB (Red+Green+Blue) = 13+52+111=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 111 (43.75% from 255 or 63.07% from 176); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D346F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D346F is #F2CB90. Grayscale: #2E2E2E. Windows color (decimal): -15911825 or 7287821. OLE color: 7287821.

HSL color Cylindrical-coordinate representation of color #0D346F: hue angle of 216.12º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D346F is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 52 111 -
CMYK 0.88 0.53 0 0.56
HSL 216.12º 0.79% 0.24% -
HSV(B) 216.12º 0.88% 0.44% -
XYZ 4.26 3.69 15.53 -
YUV 47.07 164.08 103.7 -
System Red Green Blue C M Y K H S L
Decimal 13 52 111 0.88 0.53 0 0.56 216.12 0.79 0.24
Hex D 34 6F 58 35 0 38 D8 4F 18
Octal 15 64 157 130 65 0 70 330 117 30
Binary 1101 110100 1101111 1011000 110101 0 111000 11011000 1001111 11000

Color Harmonies of #0D346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D346F

Black with #0D346F

Text Example


Text Example

White with #0D346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,52,111); }

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

background-color css

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

 a { background-color: rgb(13,52,111); }

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

border-color css

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

 span { border-color: rgb(13,52,111); }

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