Html Css Color HEX #142D5C Sapphire

📋 copy color: '#142D5C'

red 20 ◦ green 45 ◦ blue 92

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

Shades of Sapphire #142D5C

Tints of Sapphire #142D5C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.66%

 BLUE value IS 92 (36.33% from 255) = 58.6%

R = 12.74%
G = 28.66%
B = 58.6%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#142D5C (or 0x142D5C) is known color: Sapphire. HEX triplet: 14, 2D and 5C. RGB value is (20,45,92). Sum of RGB (Red+Green+Blue) = 20+45+92=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #142D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D5C is #EBD2A3. Grayscale: #2A2A2A. Windows color (decimal): -15454884 or 6040852. OLE color: 6040852.

HSL color Cylindrical-coordinate representation of color #142D5C: hue angle of 219.17º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #142D5C is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 45 92 -
CMYK 0.78 0.51 0 0.64
HSL 219.17º 0.64% 0.22% -
HSV(B) 219.17º 0.78% 0.36% -
XYZ 3.16 2.8 10.5 -
YUV 42.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 20 45 92 0.78 0.51 0 0.64 219.17 0.64 0.22
Hex 14 2D 5C 4E 33 0 40 DB 40 16
Octal 24 55 134 116 63 0 100 333 100 26
Binary 10100 101101 1011100 1001110 110011 0 1000000 11011011 1000000 10110

Color Harmonies of #142D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142D5C

Black with #142D5C

Text Example


Text Example

White with #142D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,45,92); }

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

background-color css

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

 a { background-color: rgb(20,45,92); }

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

border-color css

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

 span { border-color: rgb(20,45,92); }

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