Html Css Color HEX #0D3085 Smalt

📋 copy color: '#0D3085'

red 13 ◦ green 48 ◦ blue 133

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

Shades of Smalt #0D3085

Tints of Smalt #0D3085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.74%

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

R = 6.7%
G = 24.74%
B = 68.56%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0D3085 (or 0x0D3085) is known color: Smalt. HEX triplet: 0D, 30 and 85. RGB value is (13,48,133). Sum of RGB (Red+Green+Blue) = 13+48+133=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D3085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3085 is #F2CF7A. Grayscale: #2E2E2E. Windows color (decimal): -15912827 or 8728589. OLE color: 8728589.

HSL color Cylindrical-coordinate representation of color #0D3085: hue angle of 222.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 #0D3085 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 13 48 133 -
CMYK 0.90 0.64 0 0.48
HSL 222.5º 0.82% 0.29% -
HSV(B) 222.5º 0.9% 0.52% -
XYZ 5.46 3.89 22.65 -
YUV 47.23 176.4 103.59 -
System Red Green Blue C M Y K H S L
Decimal 13 48 133 0.90 0.64 0 0.48 222.5 0.82 0.29
Hex D 30 85 5A 40 0 30 DE 52 1D
Octal 15 60 205 132 100 0 60 336 122 35
Binary 1101 110000 10000101 1011010 1000000 0 110000 11011110 1010010 11101

Color Harmonies of #0D3085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3085

Black with #0D3085

Text Example


Text Example

White with #0D3085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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