Html Css Color HEX #142254 Sapphire

📋 copy color: '#142254'

red 20 ◦ green 34 ◦ blue 84

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

Shades of Sapphire #142254

Tints of Sapphire #142254

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.64%

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

R = 14.49%
G = 24.64%
B = 60.87%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#142254 (or 0x142254) is known color: Sapphire. HEX triplet: 14, 22 and 54. RGB value is (20,34,84). Sum of RGB (Red+Green+Blue) = 20+34+84=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 84 (33.20% from 255 or 60.87% from 138); Max value from RGB is 84 - color contains mainly: blue. Hex color #142254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142254 is #EBDDAB. Grayscale: #232323. Windows color (decimal): -15457708 or 5513748. OLE color: 5513748.

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

Color convert

RGB 20 34 84 -
CMYK 0.76 0.60 0 0.67
HSL 226.88º 0.62% 0.2% -
HSV(B) 226.88º 0.76% 0.33% -
XYZ 2.46 1.93 8.63 -
YUV 35.51 155.36 116.93 -
System Red Green Blue C M Y K H S L
Decimal 20 34 84 0.76 0.60 0 0.67 226.88 0.62 0.2
Hex 14 22 54 4C 3C 0 43 E3 3E 14
Octal 24 42 124 114 74 0 103 343 76 24
Binary 10100 100010 1010100 1001100 111100 0 1000011 11100011 111110 10100

Color Harmonies of #142254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142254

Black with #142254

Text Example


Text Example

White with #142254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142254; }

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

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

background-color css

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

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

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

border-color css

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

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

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