Html Css Color HEX #0D3485 Smalt

📋 copy color: '#0D3485'

red 13 ◦ green 52 ◦ blue 133

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

Shades of Smalt #0D3485

Tints of Smalt #0D3485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.26%

 BLUE value IS 133 (52.34% from 255) = 67.17%

R = 6.57%
G = 26.26%
B = 67.17%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0D3485 (or 0x0D3485) is known color: Smalt. HEX triplet: 0D, 34 and 85. RGB value is (13,52,133). Sum of RGB (Red+Green+Blue) = 13+52+133=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D3485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3485 is #F2CB7A. Grayscale: #313131. Windows color (decimal): -15911803 or 8729613. OLE color: 8729613.

HSL color Cylindrical-coordinate representation of color #0D3485: hue angle of 220.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D3485 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 13 52 133 -
CMYK 0.90 0.61 0 0.48
HSL 220.5º 0.82% 0.29% -
HSV(B) 220.5º 0.9% 0.52% -
XYZ 5.63 4.24 22.71 -
YUV 49.57 175.08 101.91 -
System Red Green Blue C M Y K H S L
Decimal 13 52 133 0.90 0.61 0 0.48 220.5 0.82 0.29
Hex D 34 85 5A 3D 0 30 DC 52 1D
Octal 15 64 205 132 75 0 60 334 122 35
Binary 1101 110100 10000101 1011010 111101 0 110000 11011100 1010010 11101

Color Harmonies of #0D3485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3485

Black with #0D3485

Text Example


Text Example

White with #0D3485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,52,133); }

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

background-color css

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

 a { background-color: rgb(13,52,133); }

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

border-color css

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

 span { border-color: rgb(13,52,133); }

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