Html Css Color HEX #0D288D Smalt

📋 copy color: '#0D288D'

red 13 ◦ green 40 ◦ blue 141

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

Shades of Smalt #0D288D

Tints of Smalt #0D288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 72.68%

R = 6.7%
G = 20.62%
B = 72.68%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0D288D (or 0x0D288D) is known color: Smalt. HEX triplet: 0D, 28 and 8D. RGB value is (13,40,141). Sum of RGB (Red+Green+Blue) = 13+40+141=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 141 (55.47% from 255 or 72.68% from 194); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D288D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D288D is #F2D772. Grayscale: #2B2B2B. Windows color (decimal): -15914867 or 9250829. OLE color: 9250829.

HSL color Cylindrical-coordinate representation of color #0D288D: hue angle of 227.34º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D288D is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 13 40 141 -
CMYK 0.91 0.72 0 0.45
HSL 227.34º 0.83% 0.3% -
HSV(B) 227.34º 0.91% 0.55% -
XYZ 5.73 3.53 25.58 -
YUV 43.44 183.05 106.29 -
System Red Green Blue C M Y K H S L
Decimal 13 40 141 0.91 0.72 0 0.45 227.34 0.83 0.3
Hex D 28 8D 5B 48 0 2D E3 53 1E
Octal 15 50 215 133 110 0 55 343 123 36
Binary 1101 101000 10001101 1011011 1001000 0 101101 11100011 1010011 11110

Color Harmonies of #0D288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D288D

Black with #0D288D

Text Example


Text Example

White with #0D288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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