Html Css Color HEX #0D2892 Smalt

📋 copy color: '#0D2892'

red 13 ◦ green 40 ◦ blue 146

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

Shades of Smalt #0D2892

Tints of Smalt #0D2892

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.1%

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

R = 6.53%
G = 20.1%
B = 73.37%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0D2892 (or 0x0D2892) is known color: Smalt. HEX triplet: 0D, 28 and 92. RGB value is (13,40,146). Sum of RGB (Red+Green+Blue) = 13+40+146=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D2892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2892 is #F2D76D. Grayscale: #2B2B2B. Windows color (decimal): -15914862 or 9578509. OLE color: 9578509.

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

Color convert

RGB 13 40 146 -
CMYK 0.91 0.73 0 0.43
HSL 227.82º 0.84% 0.31% -
HSV(B) 227.82º 0.91% 0.57% -
XYZ 6.11 3.68 27.58 -
YUV 44.01 185.55 105.88 -
System Red Green Blue C M Y K H S L
Decimal 13 40 146 0.91 0.73 0 0.43 227.82 0.84 0.31
Hex D 28 92 5B 49 0 2B E4 54 1F
Octal 15 50 222 133 111 0 53 344 124 37
Binary 1101 101000 10010010 1011011 1001001 0 101011 11100100 1010100 11111

Color Harmonies of #0D2892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2892

Black with #0D2892

Text Example


Text Example

White with #0D2892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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