Html Css Color HEX #0D3599 Smalt

📋 copy color: '#0D3599'

red 13 ◦ green 53 ◦ blue 153

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

Shades of Smalt #0D3599

Tints of Smalt #0D3599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.2%

 BLUE value IS 153 (60.16% from 255) = 69.86%

R = 5.94%
G = 24.2%
B = 69.86%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0D3599 (or 0x0D3599) is known color: Smalt. HEX triplet: 0D, 35 and 99. RGB value is (13,53,153). Sum of RGB (Red+Green+Blue) = 13+53+153=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D3599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3599 is #F2CA66. Grayscale: #343434. Windows color (decimal): -15911527 or 10040589. OLE color: 10040589.

HSL color Cylindrical-coordinate representation of color #0D3599: hue angle of 222.86º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D3599 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 13 53 153 -
CMYK 0.92 0.65 0 0.4
HSL 222.86º 0.84% 0.33% -
HSV(B) 222.86º 0.92% 0.6% -
XYZ 7.19 4.93 30.71 -
YUV 52.44 184.75 99.87 -
System Red Green Blue C M Y K H S L
Decimal 13 53 153 0.92 0.65 0 0.4 222.86 0.84 0.33
Hex D 35 99 5C 41 0 28 DF 54 21
Octal 15 65 231 134 101 0 50 337 124 41
Binary 1101 110101 10011001 1011100 1000001 0 101000 11011111 1010100 100001

Color Harmonies of #0D3599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3599

Black with #0D3599

Text Example


Text Example

White with #0D3599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,53,153); }

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

background-color css

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

 a { background-color: rgb(13,53,153); }

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

border-color css

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

 span { border-color: rgb(13,53,153); }

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