Html Css Color HEX #0D429A Smalt

📋 copy color: '#0D429A'

red 13 ◦ green 66 ◦ blue 154

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

Shades of Smalt #0D429A

Tints of Smalt #0D429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 66.09%

R = 5.58%
G = 28.33%
B = 66.09%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0D429A (or 0x0D429A) is known color: Smalt. HEX triplet: 0D, 42 and 9A. RGB value is (13,66,154). Sum of RGB (Red+Green+Blue) = 13+66+154=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 154 (60.55% from 255 or 66.09% from 233); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D429A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D429A is #F2BD65. Grayscale: #3B3B3B. Windows color (decimal): -15908198 or 10109453. OLE color: 10109453.

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

Color convert

RGB 13 66 154 -
CMYK 0.92 0.57 0 0.40
HSL 217.45º 0.84% 0.33% -
HSV(B) 217.45º 0.92% 0.6% -
XYZ 7.95 6.32 31.37 -
YUV 60.19 180.94 94.34 -
System Red Green Blue C M Y K H S L
Decimal 13 66 154 0.92 0.57 0 0.40 217.45 0.84 0.33
Hex D 42 9A 5C 39 0 28 D9 54 21
Octal 15 102 232 134 71 0 50 331 124 41
Binary 1101 1000010 10011010 1011100 111001 0 101000 11011001 1010100 100001

Color Harmonies of #0D429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D429A

Black with #0D429A

Text Example


Text Example

White with #0D429A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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