Html Css Color HEX #0D4094 Smalt

📋 copy color: '#0D4094'

red 13 ◦ green 64 ◦ blue 148

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

Shades of Smalt #0D4094

Tints of Smalt #0D4094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.44%

 BLUE value IS 148 (58.2% from 255) = 65.78%

R = 5.78%
G = 28.44%
B = 65.78%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D4094 (or 0x0D4094) is known color: Smalt. HEX triplet: 0D, 40 and 94. RGB value is (13,64,148). Sum of RGB (Red+Green+Blue) = 13+64+148=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D4094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4094 is #F2BF6B. Grayscale: #393939. Windows color (decimal): -15908716 or 9715725. OLE color: 9715725.

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

Color convert

RGB 13 64 148 -
CMYK 0.91 0.57 0 0.42
HSL 217.33º 0.84% 0.32% -
HSV(B) 217.33º 0.91% 0.58% -
XYZ 7.34 5.89 28.77 -
YUV 58.33 178.6 95.67 -
System Red Green Blue C M Y K H S L
Decimal 13 64 148 0.91 0.57 0 0.42 217.33 0.84 0.32
Hex D 40 94 5B 39 0 2A D9 54 20
Octal 15 100 224 133 71 0 52 331 124 40
Binary 1101 1000000 10010100 1011011 111001 0 101010 11011001 1010100 100000

Color Harmonies of #0D4094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4094

Black with #0D4094

Text Example


Text Example

White with #0D4094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,64,148); }

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

background-color css

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

 a { background-color: rgb(13,64,148); }

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

border-color css

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

 span { border-color: rgb(13,64,148); }

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