Html Css Color HEX #0D2F5B Prussian Blue

📋 copy color: '#0D2F5B'

red 13 ◦ green 47 ◦ blue 91

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

Shades of Prussian Blue #0D2F5B

Tints of Prussian Blue #0D2F5B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.13%

 BLUE value IS 91 (35.94% from 255) = 60.26%

R = 8.61%
G = 31.13%
B = 60.26%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0D2F5B (or 0x0D2F5B) is known color: Prussian Blue. HEX triplet: 0D, 2F and 5B. RGB value is (13,47,91). Sum of RGB (Red+Green+Blue) = 13+47+91=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D2F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2F5B is #F2D0A4. Grayscale: #292929. Windows color (decimal): -15913125 or 5975821. OLE color: 5975821.

HSL color Cylindrical-coordinate representation of color #0D2F5B: hue angle of 213.85º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D2F5B is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 13 47 91 -
CMYK 0.86 0.48 0 0.64
HSL 213.85º 0.75% 0.2% -
HSV(B) 213.85º 0.86% 0.36% -
XYZ 3.07 2.87 10.29 -
YUV 41.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 13 47 91 0.86 0.48 0 0.64 213.85 0.75 0.2
Hex D 2F 5B 56 30 0 40 D6 4B 14
Octal 15 57 133 126 60 0 100 326 113 24
Binary 1101 101111 1011011 1010110 110000 0 1000000 11010110 1001011 10100

Color Harmonies of #0D2F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2F5B

Black with #0D2F5B

Text Example


Text Example

White with #0D2F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,47,91); }

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

background-color css

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

 a { background-color: rgb(13,47,91); }

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

border-color css

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

 span { border-color: rgb(13,47,91); }

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