Html Css Color HEX #0D218D Smalt

📋 copy color: '#0D218D'

red 13 ◦ green 33 ◦ blue 141

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

Shades of Smalt #0D218D

Tints of Smalt #0D218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.65%

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

R = 6.95%
G = 17.65%
B = 75.4%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0D218D (or 0x0D218D) is known color: Smalt. HEX triplet: 0D, 21 and 8D. RGB value is (13,33,141). Sum of RGB (Red+Green+Blue) = 13+33+141=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 141 (55.47% from 255 or 75.40% from 187); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D218D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D218D is #F2DE72. Grayscale: #262626. Windows color (decimal): -15916659 or 9249037. OLE color: 9249037.

HSL color Cylindrical-coordinate representation of color #0D218D: hue angle of 230.62º 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 #0D218D is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 13 33 141 -
CMYK 0.91 0.77 0 0.45
HSL 230.63º 0.83% 0.3% -
HSV(B) 230.63º 0.91% 0.55% -
XYZ 5.52 3.1 25.51 -
YUV 39.33 185.37 109.22 -
System Red Green Blue C M Y K H S L
Decimal 13 33 141 0.91 0.77 0 0.45 230.63 0.83 0.3
Hex D 21 8D 5B 4D 0 2D E7 53 1E
Octal 15 41 215 133 115 0 55 347 123 36
Binary 1101 100001 10001101 1011011 1001101 0 101101 11100111 1010011 11110

Color Harmonies of #0D218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D218D

Black with #0D218D

Text Example


Text Example

White with #0D218D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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