Html Css Color HEX #0D2887 Smalt

📋 copy color: '#0D2887'

red 13 ◦ green 40 ◦ blue 135

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

Shades of Smalt #0D2887

Tints of Smalt #0D2887

RGB

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

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

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

R = 6.91%
G = 21.28%
B = 71.81%

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

#0D2887 (or 0x0D2887) is known color: Smalt. HEX triplet: 0D, 28 and 87. RGB value is (13,40,135). Sum of RGB (Red+Green+Blue) = 13+40+135=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 135 (53.12% from 255 or 71.81% from 188); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D2887 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2887 is #F2D778. Grayscale: #2A2A2A. Windows color (decimal): -15914873 or 8857613. OLE color: 8857613.

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

Color convert

RGB 13 40 135 -
CMYK 0.90 0.70 0 0.47
HSL 226.72º 0.82% 0.29% -
HSV(B) 226.72º 0.9% 0.53% -
XYZ 5.3 3.35 23.29 -
YUV 42.76 180.05 106.78 -
System Red Green Blue C M Y K H S L
Decimal 13 40 135 0.90 0.70 0 0.47 226.72 0.82 0.29
Hex D 28 87 5A 46 0 2F E3 52 1D
Octal 15 50 207 132 106 0 57 343 122 35
Binary 1101 101000 10000111 1011010 1000110 0 101111 11100011 1010010 11101

Color Harmonies of #0D2887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2887

Black with #0D2887

Text Example


Text Example

White with #0D2887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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