Html Css Color HEX #0D4495 Smalt

📋 copy color: '#0D4495'

red 13 ◦ green 68 ◦ blue 149

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

Shades of Smalt #0D4495

Tints of Smalt #0D4495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.57%

 BLUE value IS 149 (58.59% from 255) = 64.78%

R = 5.65%
G = 29.57%
B = 64.78%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D4495 (or 0x0D4495) is known color: Smalt. HEX triplet: 0D, 44 and 95. RGB value is (13,68,149). Sum of RGB (Red+Green+Blue) = 13+68+149=230 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.65% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D4495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4495 is #F2BB6A. Grayscale: #3C3C3C. Windows color (decimal): -15907691 or 9782285. OLE color: 9782285.

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

Color convert

RGB 13 68 149 -
CMYK 0.91 0.54 0 0.42
HSL 215.74º 0.84% 0.32% -
HSV(B) 215.74º 0.91% 0.58% -
XYZ 7.66 6.39 29.26 -
YUV 60.79 177.78 93.91 -
System Red Green Blue C M Y K H S L
Decimal 13 68 149 0.91 0.54 0 0.42 215.74 0.84 0.32
Hex D 44 95 5B 36 0 2A D8 54 20
Octal 15 104 225 133 66 0 52 330 124 40
Binary 1101 1000100 10010101 1011011 110110 0 101010 11011000 1010100 100000

Color Harmonies of #0D4495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4495

Black with #0D4495

Text Example


Text Example

White with #0D4495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,68,149); }

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

background-color css

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

 a { background-color: rgb(13,68,149); }

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

border-color css

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

 span { border-color: rgb(13,68,149); }

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