Html Css Color HEX #0D366A Prussian Blue

📋 copy color: '#0D366A'

red 13 ◦ green 54 ◦ blue 106

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

Shades of Prussian Blue #0D366A

Tints of Prussian Blue #0D366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.21%

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

R = 7.51%
G = 31.21%
B = 61.27%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D366A (or 0x0D366A) is known color: Prussian Blue. HEX triplet: 0D, 36 and 6A. RGB value is (13,54,106). Sum of RGB (Red+Green+Blue) = 13+54+106=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 106 (41.80% from 255 or 61.27% from 173); Max value from RGB is 106 - color contains mainly: blue. Hex color #0D366A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D366A is #F2C995. Grayscale: #2F2F2F. Windows color (decimal): -15911318 or 6960653. OLE color: 6960653.

HSL color Cylindrical-coordinate representation of color #0D366A: hue angle of 213.55º 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 #0D366A is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 54 106 -
CMYK 0.88 0.49 0 0.58
HSL 213.55º 0.78% 0.23% -
HSV(B) 213.55º 0.88% 0.42% -
XYZ 4.09 3.76 14.15 -
YUV 47.67 160.92 103.27 -
System Red Green Blue C M Y K H S L
Decimal 13 54 106 0.88 0.49 0 0.58 213.55 0.78 0.23
Hex D 36 6A 58 31 0 3A D6 4E 17
Octal 15 66 152 130 61 0 72 326 116 27
Binary 1101 110110 1101010 1011000 110001 0 111010 11010110 1001110 10111

Color Harmonies of #0D366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D366A

Black with #0D366A

Text Example


Text Example

White with #0D366A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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