Html Css Color HEX #0D2995 Smalt

📋 copy color: '#0D2995'

red 13 ◦ green 41 ◦ blue 149

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

Shades of Smalt #0D2995

Tints of Smalt #0D2995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 73.4%

R = 6.4%
G = 20.2%
B = 73.4%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D2995 (or 0x0D2995) is known color: Smalt. HEX triplet: 0D, 29 and 95. RGB value is (13,41,149). Sum of RGB (Red+Green+Blue) = 13+41+149=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D2995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2995 is #F2D66A. Grayscale: #2C2C2C. Windows color (decimal): -15914603 or 9775373. OLE color: 9775373.

HSL color Cylindrical-coordinate representation of color #0D2995: hue angle of 227.65º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D2995 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 41 149 -
CMYK 0.91 0.72 0 0.42
HSL 227.65º 0.84% 0.32% -
HSV(B) 227.65º 0.91% 0.58% -
XYZ 6.38 3.84 28.84 -
YUV 44.94 186.72 105.22 -
System Red Green Blue C M Y K H S L
Decimal 13 41 149 0.91 0.72 0 0.42 227.65 0.84 0.32
Hex D 29 95 5B 48 0 2A E4 54 20
Octal 15 51 225 133 110 0 52 344 124 40
Binary 1101 101001 10010101 1011011 1001000 0 101010 11100100 1010100 100000

Color Harmonies of #0D2995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2995

Black with #0D2995

Text Example


Text Example

White with #0D2995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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