Html Css Color HEX #0D398A Smalt

📋 copy color: '#0D398A'

red 13 ◦ green 57 ◦ blue 138

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

Shades of Smalt #0D398A

Tints of Smalt #0D398A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.4%

 BLUE value IS 138 (54.3% from 255) = 66.35%

R = 6.25%
G = 27.4%
B = 66.35%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0D398A (or 0x0D398A) is known color: Smalt. HEX triplet: 0D, 39 and 8A. RGB value is (13,57,138). Sum of RGB (Red+Green+Blue) = 13+57+138=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 138 (54.30% from 255 or 66.35% from 208); Max value from RGB is 138 - color contains mainly: blue. Hex color #0D398A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D398A is #F2C675. Grayscale: #343434. Windows color (decimal): -15910518 or 9058573. OLE color: 9058573.

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

Color convert

RGB 13 57 138 -
CMYK 0.91 0.59 0 0.46
HSL 218.88º 0.83% 0.3% -
HSV(B) 218.88º 0.91% 0.54% -
XYZ 6.22 4.85 24.65 -
YUV 53.08 175.92 99.41 -
System Red Green Blue C M Y K H S L
Decimal 13 57 138 0.91 0.59 0 0.46 218.88 0.83 0.3
Hex D 39 8A 5B 3B 0 2E DB 53 1E
Octal 15 71 212 133 73 0 56 333 123 36
Binary 1101 111001 10001010 1011011 111011 0 101110 11011011 1010011 11110

Color Harmonies of #0D398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D398A

Black with #0D398A

Text Example


Text Example

White with #0D398A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,57,138); }

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

background-color css

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

 a { background-color: rgb(13,57,138); }

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

border-color css

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

 span { border-color: rgb(13,57,138); }

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