Html Css Color HEX #0D3899 Smalt

📋 copy color: '#0D3899'

red 13 ◦ green 56 ◦ blue 153

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

Shades of Smalt #0D3899

Tints of Smalt #0D3899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 68.92%

R = 5.86%
G = 25.23%
B = 68.92%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0D3899 (or 0x0D3899) is known color: Smalt. HEX triplet: 0D, 38 and 99. RGB value is (13,56,153). Sum of RGB (Red+Green+Blue) = 13+56+153=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D3899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3899 is #F2C766. Grayscale: #353535. Windows color (decimal): -15910759 or 10041357. OLE color: 10041357.

HSL color Cylindrical-coordinate representation of color #0D3899: hue angle of 221.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D3899 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 13 56 153 -
CMYK 0.92 0.63 0 0.4
HSL 221.57º 0.84% 0.33% -
HSV(B) 221.57º 0.92% 0.6% -
XYZ 7.33 5.21 30.76 -
YUV 54.2 183.75 98.61 -
System Red Green Blue C M Y K H S L
Decimal 13 56 153 0.92 0.63 0 0.4 221.57 0.84 0.33
Hex D 38 99 5C 3F 0 28 DE 54 21
Octal 15 70 231 134 77 0 50 336 124 41
Binary 1101 111000 10011001 1011100 111111 0 101000 11011110 1010100 100001

Color Harmonies of #0D3899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3899

Black with #0D3899

Text Example


Text Example

White with #0D3899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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