Html Css Color HEX #142F88 Smalt

📋 copy color: '#142F88'

red 20 ◦ green 47 ◦ blue 136

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

Shades of Smalt #142F88

Tints of Smalt #142F88

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.15%

 BLUE value IS 136 (53.52% from 255) = 67%

R = 9.85%
G = 23.15%
B = 67%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#142F88 (or 0x142F88) is known color: Smalt. HEX triplet: 14, 2F and 88. RGB value is (20,47,136). Sum of RGB (Red+Green+Blue) = 20+47+136=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #142F88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142F88 is #EBD077. Grayscale: #303030. Windows color (decimal): -15454328 or 8924948. OLE color: 8924948.

HSL color Cylindrical-coordinate representation of color #142F88: hue angle of 226.03º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142F88 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 47 136 -
CMYK 0.85 0.65 0 0.47
HSL 226.03º 0.74% 0.31% -
HSV(B) 226.03º 0.85% 0.53% -
XYZ 5.75 3.96 23.75 -
YUV 49.07 177.05 107.26 -
System Red Green Blue C M Y K H S L
Decimal 20 47 136 0.85 0.65 0 0.47 226.03 0.74 0.31
Hex 14 2F 88 55 41 0 2F E2 4A 1F
Octal 24 57 210 125 101 0 57 342 112 37
Binary 10100 101111 10001000 1010101 1000001 0 101111 11100010 1001010 11111

Color Harmonies of #142F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F88

Black with #142F88

Text Example


Text Example

White with #142F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,47,136); }

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

background-color css

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

 a { background-color: rgb(20,47,136); }

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

border-color css

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

 span { border-color: rgb(20,47,136); }

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