Html Css Color HEX #0D3690 Smalt

📋 copy color: '#0D3690'

red 13 ◦ green 54 ◦ blue 144

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

Shades of Smalt #0D3690

Tints of Smalt #0D3690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.59%

 BLUE value IS 144 (56.64% from 255) = 68.25%

R = 6.16%
G = 25.59%
B = 68.25%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0D3690 (or 0x0D3690) is known color: Smalt. HEX triplet: 0D, 36 and 90. RGB value is (13,54,144). Sum of RGB (Red+Green+Blue) = 13+54+144=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #0D3690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3690 is #F2C96F. Grayscale: #333333. Windows color (decimal): -15911280 or 9451021. OLE color: 9451021.

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

Color convert

RGB 13 54 144 -
CMYK 0.91 0.63 0 0.44
HSL 221.22º 0.83% 0.31% -
HSV(B) 221.22º 0.91% 0.56% -
XYZ 6.52 4.74 26.96 -
YUV 52 179.92 100.18 -
System Red Green Blue C M Y K H S L
Decimal 13 54 144 0.91 0.63 0 0.44 221.22 0.83 0.31
Hex D 36 90 5B 3F 0 2C DD 53 1F
Octal 15 66 220 133 77 0 54 335 123 37
Binary 1101 110110 10010000 1011011 111111 0 101100 11011101 1010011 11111

Color Harmonies of #0D3690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3690

Black with #0D3690

Text Example


Text Example

White with #0D3690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,54,144); }

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

background-color css

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

 a { background-color: rgb(13,54,144); }

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

border-color css

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

 span { border-color: rgb(13,54,144); }

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