Html Css Color HEX #142C79 Sapphire

📋 copy color: '#142C79'

red 20 ◦ green 44 ◦ blue 121

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

Shades of Sapphire #142C79

Tints of Sapphire #142C79

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.78%

 BLUE value IS 121 (47.66% from 255) = 65.41%

R = 10.81%
G = 23.78%
B = 65.41%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#142C79 (or 0x142C79) is known color: Sapphire. HEX triplet: 14, 2C and 79. RGB value is (20,44,121). Sum of RGB (Red+Green+Blue) = 20+44+121=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 121 (47.66% from 255 or 65.41% from 185); Max value from RGB is 121 - color contains mainly: blue. Hex color #142C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142C79 is #EBD386. Grayscale: #2D2D2D. Windows color (decimal): -15455111 or 7941140. OLE color: 7941140.

HSL color Cylindrical-coordinate representation of color #142C79: hue angle of 225.74º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142C79 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 44 121 -
CMYK 0.83 0.64 0 0.53
HSL 225.74º 0.72% 0.28% -
HSV(B) 225.74º 0.83% 0.47% -
XYZ 4.64 3.33 18.49 -
YUV 45.6 170.55 109.74 -
System Red Green Blue C M Y K H S L
Decimal 20 44 121 0.83 0.64 0 0.53 225.74 0.72 0.28
Hex 14 2C 79 53 40 0 35 E2 48 1C
Octal 24 54 171 123 100 0 65 342 110 34
Binary 10100 101100 1111001 1010011 1000000 0 110101 11100010 1001000 11100

Color Harmonies of #142C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C79

Black with #142C79

Text Example


Text Example

White with #142C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,44,121); }

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

background-color css

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

 a { background-color: rgb(20,44,121); }

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

border-color css

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

 span { border-color: rgb(20,44,121); }

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