Html Css Color HEX #0D388E Smalt

📋 copy color: '#0D388E'

red 13 ◦ green 56 ◦ blue 142

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

Shades of Smalt #0D388E

Tints of Smalt #0D388E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.54%

 BLUE value IS 142 (55.86% from 255) = 67.3%

R = 6.16%
G = 26.54%
B = 67.3%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0D388E (or 0x0D388E) is known color: Smalt. HEX triplet: 0D, 38 and 8E. RGB value is (13,56,142). Sum of RGB (Red+Green+Blue) = 13+56+142=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 142 (55.86% from 255 or 67.30% from 211); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D388E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D388E is #F2C771. Grayscale: #343434. Windows color (decimal): -15910770 or 9320461. OLE color: 9320461.

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

Color convert

RGB 13 56 142 -
CMYK 0.91 0.61 0 0.44
HSL 220º 0.83% 0.3% -
HSV(B) 220º 0.91% 0.56% -
XYZ 6.46 4.87 26.19 -
YUV 52.95 178.25 99.51 -
System Red Green Blue C M Y K H S L
Decimal 13 56 142 0.91 0.61 0 0.44 220 0.83 0.3
Hex D 38 8E 5B 3D 0 2C DC 53 1E
Octal 15 70 216 133 75 0 54 334 123 36
Binary 1101 111000 10001110 1011011 111101 0 101100 11011100 1010011 11110

Color Harmonies of #0D388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D388E

Black with #0D388E

Text Example


Text Example

White with #0D388E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,56,142); }

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

background-color css

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

 a { background-color: rgb(13,56,142); }

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

border-color css

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

 span { border-color: rgb(13,56,142); }

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