Html Css Color HEX #0D3397 Smalt

📋 copy color: '#0D3397'

red 13 ◦ green 51 ◦ blue 151

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

Shades of Smalt #0D3397

Tints of Smalt #0D3397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.72%

 BLUE value IS 151 (59.38% from 255) = 70.23%

R = 6.05%
G = 23.72%
B = 70.23%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0D3397 (or 0x0D3397) is known color: Smalt. HEX triplet: 0D, 33 and 97. RGB value is (13,51,151). Sum of RGB (Red+Green+Blue) = 13+51+151=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 151 (59.38% from 255 or 70.23% from 215); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D3397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3397 is #F2CC68. Grayscale: #323232. Windows color (decimal): -15912041 or 9909005. OLE color: 9909005.

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

Color convert

RGB 13 51 151 -
CMYK 0.91 0.66 0 0.41
HSL 223.48º 0.84% 0.32% -
HSV(B) 223.48º 0.91% 0.59% -
XYZ 6.94 4.69 29.82 -
YUV 51.04 184.41 100.87 -
System Red Green Blue C M Y K H S L
Decimal 13 51 151 0.91 0.66 0 0.41 223.48 0.84 0.32
Hex D 33 97 5B 42 0 29 DF 54 20
Octal 15 63 227 133 102 0 51 337 124 40
Binary 1101 110011 10010111 1011011 1000010 0 101001 11011111 1010100 100000

Color Harmonies of #0D3397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3397

Black with #0D3397

Text Example


Text Example

White with #0D3397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,51,151); }

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

background-color css

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

 a { background-color: rgb(13,51,151); }

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

border-color css

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

 span { border-color: rgb(13,51,151); }

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