Html Css Color HEX #142954 Sapphire

📋 copy color: '#142954'

red 20 ◦ green 41 ◦ blue 84

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

Shades of Sapphire #142954

Tints of Sapphire #142954

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.28%

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

R = 13.79%
G = 28.28%
B = 57.93%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#142954 (or 0x142954) is known color: Sapphire. HEX triplet: 14, 29 and 54. RGB value is (20,41,84). Sum of RGB (Red+Green+Blue) = 20+41+84=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 84 (33.20% from 255 or 57.93% from 145); Max value from RGB is 84 - color contains mainly: blue. Hex color #142954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142954 is #EBD6AB. Grayscale: #272727. Windows color (decimal): -15455916 or 5515540. OLE color: 5515540.

HSL color Cylindrical-coordinate representation of color #142954: hue angle of 220.31º 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 #142954 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 41 84 -
CMYK 0.76 0.51 0 0.67
HSL 220.31º 0.62% 0.2% -
HSV(B) 220.31º 0.76% 0.33% -
XYZ 2.68 2.37 8.7 -
YUV 39.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 20 41 84 0.76 0.51 0 0.67 220.31 0.62 0.2
Hex 14 29 54 4C 33 0 43 DC 3E 14
Octal 24 51 124 114 63 0 103 334 76 24
Binary 10100 101001 1010100 1001100 110011 0 1000011 11011100 111110 10100

Color Harmonies of #142954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142954

Black with #142954

Text Example


Text Example

White with #142954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142954; }

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

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

background-color css

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

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

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

border-color css

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

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

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