Html Css Color HEX #0D2586 Smalt

📋 copy color: '#0D2586'

red 13 ◦ green 37 ◦ blue 134

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

Shades of Smalt #0D2586

Tints of Smalt #0D2586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.11%

 BLUE value IS 134 (52.73% from 255) = 72.83%

R = 7.07%
G = 20.11%
B = 72.83%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0D2586 (or 0x0D2586) is known color: Smalt. HEX triplet: 0D, 25 and 86. RGB value is (13,37,134). Sum of RGB (Red+Green+Blue) = 13+37+134=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 134 (52.73% from 255 or 72.83% from 184); Max value from RGB is 134 - color contains mainly: blue. Hex color #0D2586 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2586 is #F2DA79. Grayscale: #282828. Windows color (decimal): -15915642 or 8791309. OLE color: 8791309.

HSL color Cylindrical-coordinate representation of color #0D2586: hue angle of 228.1º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D2586 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 13 37 134 -
CMYK 0.90 0.72 0 0.47
HSL 228.1º 0.82% 0.29% -
HSV(B) 228.1º 0.9% 0.53% -
XYZ 5.13 3.13 22.89 -
YUV 40.88 180.55 108.11 -
System Red Green Blue C M Y K H S L
Decimal 13 37 134 0.90 0.72 0 0.47 228.1 0.82 0.29
Hex D 25 86 5A 48 0 2F E4 52 1D
Octal 15 45 206 132 110 0 57 344 122 35
Binary 1101 100101 10000110 1011010 1001000 0 101111 11100100 1010010 11101

Color Harmonies of #0D2586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2586

Black with #0D2586

Text Example


Text Example

White with #0D2586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,37,134); }

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

background-color css

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

 a { background-color: rgb(13,37,134); }

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

border-color css

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

 span { border-color: rgb(13,37,134); }

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