Html Css Color HEX #0D2785 Smalt

📋 copy color: '#0D2785'

red 13 ◦ green 39 ◦ blue 133

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

Shades of Smalt #0D2785

Tints of Smalt #0D2785

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.08%

 BLUE value IS 133 (52.34% from 255) = 71.89%

R = 7.03%
G = 21.08%
B = 71.89%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0D2785 (or 0x0D2785) is known color: Smalt. HEX triplet: 0D, 27 and 85. RGB value is (13,39,133). Sum of RGB (Red+Green+Blue) = 13+39+133=185 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.03% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D2785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2785 is #F2D87A. Grayscale: #292929. Windows color (decimal): -15915131 or 8726285. OLE color: 8726285.

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

Color convert

RGB 13 39 133 -
CMYK 0.90 0.71 0 0.48
HSL 227º 0.82% 0.29% -
HSV(B) 227º 0.9% 0.52% -
XYZ 5.13 3.23 22.54 -
YUV 41.94 179.39 107.36 -
System Red Green Blue C M Y K H S L
Decimal 13 39 133 0.90 0.71 0 0.48 227 0.82 0.29
Hex D 27 85 5A 47 0 30 E3 52 1D
Octal 15 47 205 132 107 0 60 343 122 35
Binary 1101 100111 10000101 1011010 1000111 0 110000 11100011 1010010 11101

Color Harmonies of #0D2785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2785

Black with #0D2785

Text Example


Text Example

White with #0D2785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,39,133); }

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

background-color css

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

 a { background-color: rgb(13,39,133); }

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

border-color css

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

 span { border-color: rgb(13,39,133); }

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