Html Css Color HEX #0D3394 Smalt

📋 copy color: '#0D3394'

red 13 ◦ green 51 ◦ blue 148

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

Shades of Smalt #0D3394

Tints of Smalt #0D3394

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.06%

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

R = 6.13%
G = 24.06%
B = 69.81%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D3394 (or 0x0D3394) is known color: Smalt. HEX triplet: 0D, 33 and 94. RGB value is (13,51,148). Sum of RGB (Red+Green+Blue) = 13+51+148=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D3394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3394 is #F2CC6B. Grayscale: #323232. Windows color (decimal): -15912044 or 9712397. OLE color: 9712397.

HSL color Cylindrical-coordinate representation of color #0D3394: hue angle of 223.11º 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 #0D3394 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 51 148 -
CMYK 0.91 0.66 0 0.42
HSL 223.11º 0.84% 0.32% -
HSV(B) 223.11º 0.91% 0.58% -
XYZ 6.7 4.59 28.55 -
YUV 50.7 182.91 101.11 -
System Red Green Blue C M Y K H S L
Decimal 13 51 148 0.91 0.66 0 0.42 223.11 0.84 0.32
Hex D 33 94 5B 42 0 2A DF 54 20
Octal 15 63 224 133 102 0 52 337 124 40
Binary 1101 110011 10010100 1011011 1000010 0 101010 11011111 1010100 100000

Color Harmonies of #0D3394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3394

Black with #0D3394

Text Example


Text Example

White with #0D3394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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