Html Css Color HEX #0D4298 Smalt

📋 copy color: '#0D4298'

red 13 ◦ green 66 ◦ blue 152

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

Shades of Smalt #0D4298

Tints of Smalt #0D4298

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.57%

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

R = 5.63%
G = 28.57%
B = 65.8%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0D4298 (or 0x0D4298) is known color: Smalt. HEX triplet: 0D, 42 and 98. RGB value is (13,66,152). Sum of RGB (Red+Green+Blue) = 13+66+152=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 152 (59.77% from 255 or 65.80% from 231); Max value from RGB is 152 - color contains mainly: blue. Hex color #0D4298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4298 is #F2BD67. Grayscale: #3B3B3B. Windows color (decimal): -15908200 or 9978381. OLE color: 9978381.

HSL color Cylindrical-coordinate representation of color #0D4298: hue angle of 217.12º 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 #0D4298 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 13 66 152 -
CMYK 0.91 0.57 0 0.40
HSL 217.12º 0.84% 0.32% -
HSV(B) 217.12º 0.91% 0.6% -
XYZ 7.78 6.25 30.5 -
YUV 59.96 179.94 94.51 -
System Red Green Blue C M Y K H S L
Decimal 13 66 152 0.91 0.57 0 0.40 217.12 0.84 0.32
Hex D 42 98 5B 39 0 28 D9 54 20
Octal 15 102 230 133 71 0 50 331 124 40
Binary 1101 1000010 10011000 1011011 111001 0 101000 11011001 1010100 100000

Color Harmonies of #0D4298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4298

Black with #0D4298

Text Example


Text Example

White with #0D4298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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