Html Css Color HEX #0D3789 Smalt

📋 copy color: '#0D3789'

red 13 ◦ green 55 ◦ blue 137

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

Shades of Smalt #0D3789

Tints of Smalt #0D3789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 66.83%

R = 6.34%
G = 26.83%
B = 66.83%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0D3789 (or 0x0D3789) is known color: Smalt. HEX triplet: 0D, 37 and 89. RGB value is (13,55,137). Sum of RGB (Red+Green+Blue) = 13+55+137=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 137 (53.91% from 255 or 66.83% from 205); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D3789 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3789 is #F2C876. Grayscale: #333333. Windows color (decimal): -15911031 or 8992525. OLE color: 8992525.

HSL color Cylindrical-coordinate representation of color #0D3789: hue angle of 219.68º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D3789 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 55 137 -
CMYK 0.91 0.60 0 0.46
HSL 219.68º 0.83% 0.29% -
HSV(B) 219.68º 0.91% 0.54% -
XYZ 6.05 4.62 24.24 -
YUV 51.79 176.09 100.33 -
System Red Green Blue C M Y K H S L
Decimal 13 55 137 0.91 0.60 0 0.46 219.68 0.83 0.29
Hex D 37 89 5B 3C 0 2E DC 53 1D
Octal 15 67 211 133 74 0 56 334 123 35
Binary 1101 110111 10001001 1011011 111100 0 101110 11011100 1010011 11101

Color Harmonies of #0D3789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3789

Black with #0D3789

Text Example


Text Example

White with #0D3789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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