Html Css Color HEX #0D4695 Smalt

📋 copy color: '#0D4695'

red 13 ◦ green 70 ◦ blue 149

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

Shades of Smalt #0D4695

Tints of Smalt #0D4695

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.17%

 BLUE value IS 149 (58.59% from 255) = 64.22%

R = 5.6%
G = 30.17%
B = 64.22%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D4695 (or 0x0D4695) is known color: Smalt. HEX triplet: 0D, 46 and 95. RGB value is (13,70,149). Sum of RGB (Red+Green+Blue) = 13+70+149=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D4695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4695 is #F2B96A. Grayscale: #3D3D3D. Windows color (decimal): -15907179 or 9782797. OLE color: 9782797.

HSL color Cylindrical-coordinate representation of color #0D4695: hue angle of 214.85º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D4695 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 70 149 -
CMYK 0.91 0.53 0 0.42
HSL 214.85º 0.84% 0.32% -
HSV(B) 214.85º 0.91% 0.58% -
XYZ 7.78 6.64 29.3 -
YUV 61.96 177.12 93.08 -
System Red Green Blue C M Y K H S L
Decimal 13 70 149 0.91 0.53 0 0.42 214.85 0.84 0.32
Hex D 46 95 5B 35 0 2A D7 54 20
Octal 15 106 225 133 65 0 52 327 124 40
Binary 1101 1000110 10010101 1011011 110101 0 101010 11010111 1010100 100000

Color Harmonies of #0D4695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4695

Black with #0D4695

Text Example


Text Example

White with #0D4695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,70,149); }

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

background-color css

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

 a { background-color: rgb(13,70,149); }

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

border-color css

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

 span { border-color: rgb(13,70,149); }

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