Html Css Color HEX #0D398C Smalt

📋 copy color: '#0D398C'

red 13 ◦ green 57 ◦ blue 140

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

Shades of Smalt #0D398C

Tints of Smalt #0D398C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 66.67%

R = 6.19%
G = 27.14%
B = 66.67%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0D398C (or 0x0D398C) is known color: Smalt. HEX triplet: 0D, 39 and 8C. RGB value is (13,57,140). Sum of RGB (Red+Green+Blue) = 13+57+140=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 140 (55.08% from 255 or 66.67% from 210); Max value from RGB is 140 - color contains mainly: blue. Hex color #0D398C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D398C is #F2C673. Grayscale: #343434. Windows color (decimal): -15910516 or 9189645. OLE color: 9189645.

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

Color convert

RGB 13 57 140 -
CMYK 0.91 0.59 0 0.45
HSL 219.21º 0.83% 0.3% -
HSV(B) 219.21º 0.91% 0.55% -
XYZ 6.36 4.91 25.42 -
YUV 53.31 176.92 99.25 -
System Red Green Blue C M Y K H S L
Decimal 13 57 140 0.91 0.59 0 0.45 219.21 0.83 0.3
Hex D 39 8C 5B 3B 0 2D DB 53 1E
Octal 15 71 214 133 73 0 55 333 123 36
Binary 1101 111001 10001100 1011011 111011 0 101101 11011011 1010011 11110

Color Harmonies of #0D398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D398C

Black with #0D398C

Text Example


Text Example

White with #0D398C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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