Html Css Color HEX #0D3183 Smalt

📋 copy color: '#0D3183'

red 13 ◦ green 49 ◦ blue 131

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

Shades of Smalt #0D3183

Tints of Smalt #0D3183

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.39%

 BLUE value IS 131 (51.56% from 255) = 67.88%

R = 6.74%
G = 25.39%
B = 67.88%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0D3183 (or 0x0D3183) is known color: Smalt. HEX triplet: 0D, 31 and 83. RGB value is (13,49,131). Sum of RGB (Red+Green+Blue) = 13+49+131=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 131 (51.56% from 255 or 67.88% from 193); Max value from RGB is 131 - color contains mainly: blue. Hex color #0D3183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3183 is #F2CE7C. Grayscale: #2F2F2F. Windows color (decimal): -15912573 or 8597773. OLE color: 8597773.

HSL color Cylindrical-coordinate representation of color #0D3183: hue angle of 221.69º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3183 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 13 49 131 -
CMYK 0.90 0.63 0 0.49
HSL 221.69º 0.82% 0.28% -
HSV(B) 221.69º 0.9% 0.51% -
XYZ 5.36 3.92 21.95 -
YUV 47.58 175.07 103.33 -
System Red Green Blue C M Y K H S L
Decimal 13 49 131 0.90 0.63 0 0.49 221.69 0.82 0.28
Hex D 31 83 5A 3F 0 31 DE 52 1C
Octal 15 61 203 132 77 0 61 336 122 34
Binary 1101 110001 10000011 1011010 111111 0 110001 11011110 1010010 11100

Color Harmonies of #0D3183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3183

Black with #0D3183

Text Example


Text Example

White with #0D3183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,49,131); }

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

background-color css

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

 a { background-color: rgb(13,49,131); }

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

border-color css

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

 span { border-color: rgb(13,49,131); }

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