Html Css Color HEX #142D83 Smalt

📋 copy color: '#142D83'

red 20 ◦ green 45 ◦ blue 131

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

Shades of Smalt #142D83

Tints of Smalt #142D83

RGB

 RED value IS 20 (8.2% from 255) = 10.2%

 GREEN value IS 45 (17.97% from 255) = 22.96%

 BLUE value IS 131 (51.56% from 255) = 66.84%

R = 10.2%
G = 22.96%
B = 66.84%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#142D83 (or 0x142D83) is known color: Smalt. HEX triplet: 14, 2D and 83. RGB value is (20,45,131). Sum of RGB (Red+Green+Blue) = 20+45+131=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 131 (51.56% from 255 or 66.84% from 196); Max value from RGB is 131 - color contains mainly: blue. Hex color #142D83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142D83 is #EBD27C. Grayscale: #2E2E2E. Windows color (decimal): -15454845 or 8596756. OLE color: 8596756.

HSL color Cylindrical-coordinate representation of color #142D83: hue angle of 226.49º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142D83 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 45 131 -
CMYK 0.85 0.66 0 0.49
HSL 226.49º 0.74% 0.3% -
HSV(B) 226.49º 0.85% 0.51% -
XYZ 5.32 3.66 21.9 -
YUV 47.33 175.22 108.51 -
System Red Green Blue C M Y K H S L
Decimal 20 45 131 0.85 0.66 0 0.49 226.49 0.74 0.3
Hex 14 2D 83 55 42 0 31 E2 4A 1E
Octal 24 55 203 125 102 0 61 342 112 36
Binary 10100 101101 10000011 1010101 1000010 0 110001 11100010 1001010 11110

Color Harmonies of #142D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142D83

Black with #142D83

Text Example


Text Example

White with #142D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142D83; }

 p { color: rgb(20,45,131); }

 H1.HeaderClassName
 {
   color: #142D83;
 }
 .AnyTagClassName
 {
   color: #142D83;
 }
</style>

background-color css

<style>
 a { background-color: #142D83; }

 a { background-color: rgb(20,45,131); }

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

border-color css

<style>
 span { border-color: #142D83; }

 span { border-color: rgb(20,45,131); }

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