Html Css Color HEX #0D4292 Smalt

📋 copy color: '#0D4292'

red 13 ◦ green 66 ◦ blue 146

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

Shades of Smalt #0D4292

Tints of Smalt #0D4292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.33%

 BLUE value IS 146 (57.42% from 255) = 64.89%

R = 5.78%
G = 29.33%
B = 64.89%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0D4292 (or 0x0D4292) is known color: Smalt. HEX triplet: 0D, 42 and 92. RGB value is (13,66,146). Sum of RGB (Red+Green+Blue) = 13+66+146=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D4292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4292 is #F2BD6D. Grayscale: #3A3A3A. Windows color (decimal): -15908206 or 9585165. OLE color: 9585165.

HSL color Cylindrical-coordinate representation of color #0D4292: hue angle of 216.09º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D4292 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 13 66 146 -
CMYK 0.91 0.55 0 0.43
HSL 216.09º 0.84% 0.31% -
HSV(B) 216.09º 0.91% 0.57% -
XYZ 7.3 6.06 27.98 -
YUV 59.27 176.94 95 -
System Red Green Blue C M Y K H S L
Decimal 13 66 146 0.91 0.55 0 0.43 216.09 0.84 0.31
Hex D 42 92 5B 37 0 2B D8 54 1F
Octal 15 102 222 133 67 0 53 330 124 37
Binary 1101 1000010 10010010 1011011 110111 0 101011 11011000 1010100 11111

Color Harmonies of #0D4292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4292

Black with #0D4292

Text Example


Text Example

White with #0D4292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,66,146); }

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

background-color css

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

 a { background-color: rgb(13,66,146); }

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

border-color css

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

 span { border-color: rgb(13,66,146); }

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