Html Css Color HEX #0D2987 Smalt

📋 copy color: '#0D2987'

red 13 ◦ green 41 ◦ blue 135

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

Shades of Smalt #0D2987

Tints of Smalt #0D2987

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.69%

 BLUE value IS 135 (53.13% from 255) = 71.43%

R = 6.88%
G = 21.69%
B = 71.43%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0D2987 (or 0x0D2987) is known color: Smalt. HEX triplet: 0D, 29 and 87. RGB value is (13,41,135). Sum of RGB (Red+Green+Blue) = 13+41+135=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 135 (53.12% from 255 or 71.43% from 189); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D2987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2987 is #F2D678. Grayscale: #2A2A2A. Windows color (decimal): -15914617 or 8857869. OLE color: 8857869.

HSL color Cylindrical-coordinate representation of color #0D2987: hue angle of 226.23º 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 #0D2987 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 13 41 135 -
CMYK 0.90 0.70 0 0.47
HSL 226.23º 0.82% 0.29% -
HSV(B) 226.23º 0.9% 0.53% -
XYZ 5.33 3.42 23.3 -
YUV 43.34 179.72 106.36 -
System Red Green Blue C M Y K H S L
Decimal 13 41 135 0.90 0.70 0 0.47 226.23 0.82 0.29
Hex D 29 87 5A 46 0 2F E2 52 1D
Octal 15 51 207 132 106 0 57 342 122 35
Binary 1101 101001 10000111 1011010 1000110 0 101111 11100010 1010010 11101

Color Harmonies of #0D2987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2987

Black with #0D2987

Text Example


Text Example

White with #0D2987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,41,135); }

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

background-color css

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

 a { background-color: rgb(13,41,135); }

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

border-color css

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

 span { border-color: rgb(13,41,135); }

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