Html Css Color HEX #0D3A68 Prussian Blue

📋 copy color: '#0D3A68'

red 13 ◦ green 58 ◦ blue 104

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

Shades of Prussian Blue #0D3A68

Tints of Prussian Blue #0D3A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.14%

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

R = 7.43%
G = 33.14%
B = 59.43%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0D3A68 (or 0x0D3A68) is known color: Prussian Blue. HEX triplet: 0D, 3A and 68. RGB value is (13,58,104). Sum of RGB (Red+Green+Blue) = 13+58+104=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #0D3A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3A68 is #F2C597. Grayscale: #313131. Windows color (decimal): -15910296 or 6830605. OLE color: 6830605.

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

Color convert

RGB 13 58 104 -
CMYK 0.88 0.44 0 0.59
HSL 210.33º 0.78% 0.23% -
HSV(B) 210.33º 0.88% 0.41% -
XYZ 4.18 4.11 13.67 -
YUV 49.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 13 58 104 0.88 0.44 0 0.59 210.33 0.78 0.23
Hex D 3A 68 58 2C 0 3B D2 4E 17
Octal 15 72 150 130 54 0 73 322 116 27
Binary 1101 111010 1101000 1011000 101100 0 111011 11010010 1001110 10111

Color Harmonies of #0D3A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3A68

Black with #0D3A68

Text Example


Text Example

White with #0D3A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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