Html Css Color HEX #0D3894 Smalt

📋 copy color: '#0D3894'

red 13 ◦ green 56 ◦ blue 148

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

Shades of Smalt #0D3894

Tints of Smalt #0D3894

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.81%

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

R = 5.99%
G = 25.81%
B = 68.2%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D3894 (or 0x0D3894) is known color: Smalt. HEX triplet: 0D, 38 and 94. RGB value is (13,56,148). Sum of RGB (Red+Green+Blue) = 13+56+148=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D3894 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3894 is #F2C76B. Grayscale: #353535. Windows color (decimal): -15910764 or 9713677. OLE color: 9713677.

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

Color convert

RGB 13 56 148 -
CMYK 0.91 0.62 0 0.42
HSL 220.89º 0.84% 0.32% -
HSV(B) 220.89º 0.91% 0.58% -
XYZ 6.93 5.05 28.63 -
YUV 53.63 181.25 99.02 -
System Red Green Blue C M Y K H S L
Decimal 13 56 148 0.91 0.62 0 0.42 220.89 0.84 0.32
Hex D 38 94 5B 3E 0 2A DD 54 20
Octal 15 70 224 133 76 0 52 335 124 40
Binary 1101 111000 10010100 1011011 111110 0 101010 11011101 1010100 100000

Color Harmonies of #0D3894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3894

Black with #0D3894

Text Example


Text Example

White with #0D3894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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