Html Css Color HEX #0D3760 Prussian Blue

📋 copy color: '#0D3760'

red 13 ◦ green 55 ◦ blue 96

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

Shades of Prussian Blue #0D3760

Tints of Prussian Blue #0D3760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.54%

 BLUE value IS 96 (37.89% from 255) = 58.54%

R = 7.93%
G = 33.54%
B = 58.54%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0D3760 (or 0x0D3760) is known color: Prussian Blue. HEX triplet: 0D, 37 and 60. RGB value is (13,55,96). Sum of RGB (Red+Green+Blue) = 13+55+96=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #0D3760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3760 is #F2C89F. Grayscale: #2E2E2E. Windows color (decimal): -15911072 or 6305549. OLE color: 6305549.

HSL color Cylindrical-coordinate representation of color #0D3760: hue angle of 209.64º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D3760 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 55 96 -
CMYK 0.86 0.43 0 0.62
HSL 209.64º 0.76% 0.21% -
HSV(B) 209.64º 0.86% 0.38% -
XYZ 3.64 3.66 11.58 -
YUV 47.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 13 55 96 0.86 0.43 0 0.62 209.64 0.76 0.21
Hex D 37 60 56 2B 0 3E D2 4C 15
Octal 15 67 140 126 53 0 76 322 114 25
Binary 1101 110111 1100000 1010110 101011 0 111110 11010010 1001100 10101

Color Harmonies of #0D3760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3760

Black with #0D3760

Text Example


Text Example

White with #0D3760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,55,96); }

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

background-color css

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

 a { background-color: rgb(13,55,96); }

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

border-color css

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

 span { border-color: rgb(13,55,96); }

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