Html Css Color HEX #0D409B Smalt

📋 copy color: '#0D409B'

red 13 ◦ green 64 ◦ blue 155

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

Shades of Smalt #0D409B

Tints of Smalt #0D409B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 66.81%

R = 5.6%
G = 27.59%
B = 66.81%

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

#0D409B (or 0x0D409B) is known color: Smalt. HEX triplet: 0D, 40 and 9B. RGB value is (13,64,155). Sum of RGB (Red+Green+Blue) = 13+64+155=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D409B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D409B is #F2BF64. Grayscale: #3A3A3A. Windows color (decimal): -15908709 or 10174477. OLE color: 10174477.

HSL color Cylindrical-coordinate representation of color #0D409B: hue angle of 218.45º 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 #0D409B is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 13 64 155 -
CMYK 0.92 0.59 0 0.39
HSL 218.45º 0.85% 0.33% -
HSV(B) 218.45º 0.92% 0.61% -
XYZ 7.92 6.12 31.77 -
YUV 59.13 182.1 95.1 -
System Red Green Blue C M Y K H S L
Decimal 13 64 155 0.92 0.59 0 0.39 218.45 0.85 0.33
Hex D 40 9B 5C 3B 0 27 DA 55 21
Octal 15 100 233 134 73 0 47 332 125 41
Binary 1101 1000000 10011011 1011100 111011 0 100111 11011010 1010101 100001

Color Harmonies of #0D409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D409B

Black with #0D409B

Text Example


Text Example

White with #0D409B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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