Html Css Color HEX #0D3994 Smalt

📋 copy color: '#0D3994'

red 13 ◦ green 57 ◦ blue 148

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

Shades of Smalt #0D3994

Tints of Smalt #0D3994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 67.89%

R = 5.96%
G = 26.15%
B = 67.89%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D3994 (or 0x0D3994) is known color: Smalt. HEX triplet: 0D, 39 and 94. RGB value is (13,57,148). Sum of RGB (Red+Green+Blue) = 13+57+148=218 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.96% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D3994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3994 is #F2C66B. Grayscale: #353535. Windows color (decimal): -15910508 or 9713933. OLE color: 9713933.

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

Color convert

RGB 13 57 148 -
CMYK 0.91 0.61 0 0.42
HSL 220.44º 0.84% 0.32% -
HSV(B) 220.44º 0.91% 0.58% -
XYZ 6.97 5.15 28.64 -
YUV 54.22 180.92 98.6 -
System Red Green Blue C M Y K H S L
Decimal 13 57 148 0.91 0.61 0 0.42 220.44 0.84 0.32
Hex D 39 94 5B 3D 0 2A DC 54 20
Octal 15 71 224 133 75 0 52 334 124 40
Binary 1101 111001 10010100 1011011 111101 0 101010 11011100 1010100 100000

Color Harmonies of #0D3994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3994

Black with #0D3994

Text Example


Text Example

White with #0D3994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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