Html Css Color HEX #0D3992 Smalt

📋 copy color: '#0D3992'

red 13 ◦ green 57 ◦ blue 146

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

Shades of Smalt #0D3992

Tints of Smalt #0D3992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.39%

 BLUE value IS 146 (57.42% from 255) = 67.59%

R = 6.02%
G = 26.39%
B = 67.59%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0D3992 (or 0x0D3992) is known color: Smalt. HEX triplet: 0D, 39 and 92. RGB value is (13,57,146). Sum of RGB (Red+Green+Blue) = 13+57+146=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D3992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3992 is #F2C66D. Grayscale: #353535. Windows color (decimal): -15910510 or 9582861. OLE color: 9582861.

HSL color Cylindrical-coordinate representation of color #0D3992: hue angle of 220.15º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D3992 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 13 57 146 -
CMYK 0.91 0.61 0 0.43
HSL 220.15º 0.84% 0.31% -
HSV(B) 220.15º 0.91% 0.57% -
XYZ 6.82 5.09 27.82 -
YUV 53.99 179.92 98.76 -
System Red Green Blue C M Y K H S L
Decimal 13 57 146 0.91 0.61 0 0.43 220.15 0.84 0.31
Hex D 39 92 5B 3D 0 2B DC 54 1F
Octal 15 71 222 133 75 0 53 334 124 37
Binary 1101 111001 10010010 1011011 111101 0 101011 11011100 1010100 11111

Color Harmonies of #0D3992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3992

Black with #0D3992

Text Example


Text Example

White with #0D3992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,57,146); }

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

background-color css

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

 a { background-color: rgb(13,57,146); }

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

border-color css

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

 span { border-color: rgb(13,57,146); }

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