Html Css Color HEX #0D3298 Smalt

📋 copy color: '#0D3298'

red 13 ◦ green 50 ◦ blue 152

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

Shades of Smalt #0D3298

Tints of Smalt #0D3298

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.26%

 BLUE value IS 152 (59.77% from 255) = 70.7%

R = 6.05%
G = 23.26%
B = 70.7%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0D3298 (or 0x0D3298) is known color: Smalt. HEX triplet: 0D, 32 and 98. RGB value is (13,50,152). Sum of RGB (Red+Green+Blue) = 13+50+152=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 152 (59.77% from 255 or 70.70% from 215); Max value from RGB is 152 - color contains mainly: blue. Hex color #0D3298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3298 is #F2CD67. Grayscale: #323232. Windows color (decimal): -15912296 or 9974285. OLE color: 9974285.

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

Color convert

RGB 13 50 152 -
CMYK 0.91 0.67 0 0.40
HSL 224.03º 0.84% 0.32% -
HSV(B) 224.03º 0.91% 0.6% -
XYZ 6.97 4.63 30.23 -
YUV 50.57 185.24 101.21 -
System Red Green Blue C M Y K H S L
Decimal 13 50 152 0.91 0.67 0 0.40 224.03 0.84 0.32
Hex D 32 98 5B 43 0 28 E0 54 20
Octal 15 62 230 133 103 0 50 340 124 40
Binary 1101 110010 10011000 1011011 1000011 0 101000 11100000 1010100 100000

Color Harmonies of #0D3298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3298

Black with #0D3298

Text Example


Text Example

White with #0D3298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,50,152); }

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

background-color css

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

 a { background-color: rgb(13,50,152); }

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

border-color css

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

 span { border-color: rgb(13,50,152); }

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