Html Css Color HEX #143088 Smalt

📋 copy color: '#143088'

red 20 ◦ green 48 ◦ blue 136

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

Shades of Smalt #143088

Tints of Smalt #143088

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.53%

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

R = 9.8%
G = 23.53%
B = 66.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

#143088 (or 0x143088) is known color: Smalt. HEX triplet: 14, 30 and 88. RGB value is (20,48,136). Sum of RGB (Red+Green+Blue) = 20+48+136=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 136 (53.52% from 255 or 66.67% from 204); Max value from RGB is 136 - color contains mainly: blue. Hex color #143088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143088 is #EBCF77. Grayscale: #313131. Windows color (decimal): -15454072 or 8925204. OLE color: 8925204.

HSL color Cylindrical-coordinate representation of color #143088: hue angle of 225.52º 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 #143088 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 48 136 -
CMYK 0.85 0.65 0 0.47
HSL 225.52º 0.74% 0.31% -
HSV(B) 225.52º 0.85% 0.53% -
XYZ 5.79 4.04 23.77 -
YUV 49.66 176.72 106.84 -
System Red Green Blue C M Y K H S L
Decimal 20 48 136 0.85 0.65 0 0.47 225.52 0.74 0.31
Hex 14 30 88 55 41 0 2F E2 4A 1F
Octal 24 60 210 125 101 0 57 342 112 37
Binary 10100 110000 10001000 1010101 1000001 0 101111 11100010 1001010 11111

Color Harmonies of #143088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143088

Black with #143088

Text Example


Text Example

White with #143088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143088; }

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

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

background-color css

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

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

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

border-color css

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

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

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