Html Css Color HEX #0D3868 Prussian Blue

📋 copy color: '#0D3868'

red 13 ◦ green 56 ◦ blue 104

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

Shades of Prussian Blue #0D3868

Tints of Prussian Blue #0D3868

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.37%

 BLUE value IS 104 (41.02% from 255) = 60.12%

R = 7.51%
G = 32.37%
B = 60.12%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0D3868 (or 0x0D3868) is known color: Prussian Blue. HEX triplet: 0D, 38 and 68. RGB value is (13,56,104). Sum of RGB (Red+Green+Blue) = 13+56+104=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #0D3868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3868 is #F2C797. Grayscale: #303030. Windows color (decimal): -15910808 or 6830093. OLE color: 6830093.

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

Color convert

RGB 13 56 104 -
CMYK 0.88 0.46 0 0.59
HSL 211.65º 0.78% 0.23% -
HSV(B) 211.65º 0.88% 0.41% -
XYZ 4.08 3.91 13.64 -
YUV 48.62 159.25 102.6 -
System Red Green Blue C M Y K H S L
Decimal 13 56 104 0.88 0.46 0 0.59 211.65 0.78 0.23
Hex D 38 68 58 2E 0 3B D4 4E 17
Octal 15 70 150 130 56 0 73 324 116 27
Binary 1101 111000 1101000 1011000 101110 0 111011 11010100 1001110 10111

Color Harmonies of #0D3868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3868

Black with #0D3868

Text Example


Text Example

White with #0D3868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,56,104); }

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

background-color css

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

 a { background-color: rgb(13,56,104); }

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

border-color css

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

 span { border-color: rgb(13,56,104); }

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