Html Css Color HEX #0D409C Smalt

📋 copy color: '#0D409C'

red 13 ◦ green 64 ◦ blue 156

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

Shades of Smalt #0D409C

Tints of Smalt #0D409C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.47%

 BLUE value IS 156 (61.33% from 255) = 66.95%

R = 5.58%
G = 27.47%
B = 66.95%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0D409C (or 0x0D409C) is known color: Smalt. HEX triplet: 0D, 40 and 9C. RGB value is (13,64,156). Sum of RGB (Red+Green+Blue) = 13+64+156=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 156 (61.33% from 255 or 66.95% from 233); Max value from RGB is 156 - color contains mainly: blue. Hex color #0D409C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D409C is #F2BF63. Grayscale: #3A3A3A. Windows color (decimal): -15908708 or 10240013. OLE color: 10240013.

HSL color Cylindrical-coordinate representation of color #0D409C: hue angle of 218.6º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D409C is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 13 64 156 -
CMYK 0.92 0.59 0 0.39
HSL 218.6º 0.85% 0.33% -
HSV(B) 218.6º 0.92% 0.61% -
XYZ 8 6.15 32.22 -
YUV 59.24 182.6 95.02 -
System Red Green Blue C M Y K H S L
Decimal 13 64 156 0.92 0.59 0 0.39 218.6 0.85 0.33
Hex D 40 9C 5C 3B 0 27 DB 55 21
Octal 15 100 234 134 73 0 47 333 125 41
Binary 1101 1000000 10011100 1011100 111011 0 100111 11011011 1010101 100001

Color Harmonies of #0D409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D409C

Black with #0D409C

Text Example


Text Example

White with #0D409C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,64,156); }

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

background-color css

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

 a { background-color: rgb(13,64,156); }

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

border-color css

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

 span { border-color: rgb(13,64,156); }

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