Html Css Color HEX #142554 Sapphire

📋 copy color: '#142554'

red 20 ◦ green 37 ◦ blue 84

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

Shades of Sapphire #142554

Tints of Sapphire #142554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.24%

 BLUE value IS 84 (33.2% from 255) = 59.57%

R = 14.18%
G = 26.24%
B = 59.57%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#142554 (or 0x142554) is known color: Sapphire. HEX triplet: 14, 25 and 54. RGB value is (20,37,84). Sum of RGB (Red+Green+Blue) = 20+37+84=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #142554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142554 is #EBDAAB. Grayscale: #252525. Windows color (decimal): -15456940 or 5514516. OLE color: 5514516.

HSL color Cylindrical-coordinate representation of color #142554: hue angle of 224.06º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142554 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 37 84 -
CMYK 0.76 0.56 0 0.67
HSL 224.06º 0.62% 0.2% -
HSV(B) 224.06º 0.76% 0.33% -
XYZ 2.55 2.11 8.66 -
YUV 37.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 20 37 84 0.76 0.56 0 0.67 224.06 0.62 0.2
Hex 14 25 54 4C 38 0 43 E0 3E 14
Octal 24 45 124 114 70 0 103 340 76 24
Binary 10100 100101 1010100 1001100 111000 0 1000011 11100000 111110 10100

Color Harmonies of #142554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142554

Black with #142554

Text Example


Text Example

White with #142554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142554; }

 p { color: rgb(20,37,84); }

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

background-color css

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

 a { background-color: rgb(20,37,84); }

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

border-color css

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

 span { border-color: rgb(20,37,84); }

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