Html Css Color HEX #0D3787 Smalt

📋 copy color: '#0D3787'

red 13 ◦ green 55 ◦ blue 135

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

Shades of Smalt #0D3787

Tints of Smalt #0D3787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 66.5%

R = 6.4%
G = 27.09%
B = 66.5%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0D3787 (or 0x0D3787) is known color: Smalt. HEX triplet: 0D, 37 and 87. RGB value is (13,55,135). Sum of RGB (Red+Green+Blue) = 13+55+135=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 135 (53.12% from 255 or 66.50% from 203); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D3787 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3787 is #F2C878. Grayscale: #333333. Windows color (decimal): -15911033 or 8861453. OLE color: 8861453.

HSL color Cylindrical-coordinate representation of color #0D3787: hue angle of 219.34º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3787 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 13 55 135 -
CMYK 0.90 0.59 0 0.47
HSL 219.34º 0.82% 0.29% -
HSV(B) 219.34º 0.9% 0.53% -
XYZ 5.91 4.57 23.49 -
YUV 51.56 175.09 100.5 -
System Red Green Blue C M Y K H S L
Decimal 13 55 135 0.90 0.59 0 0.47 219.34 0.82 0.29
Hex D 37 87 5A 3B 0 2F DB 52 1D
Octal 15 67 207 132 73 0 57 333 122 35
Binary 1101 110111 10000111 1011010 111011 0 101111 11011011 1010010 11101

Color Harmonies of #0D3787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3787

Black with #0D3787

Text Example


Text Example

White with #0D3787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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