Html Css Color HEX #142E5C Sapphire

📋 copy color: '#142E5C'

red 20 ◦ green 46 ◦ blue 92

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

Shades of Sapphire #142E5C

Tints of Sapphire #142E5C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 29.11%

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

R = 12.66%
G = 29.11%
B = 58.23%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#142E5C (or 0x142E5C) is known color: Sapphire. HEX triplet: 14, 2E and 5C. RGB value is (20,46,92). Sum of RGB (Red+Green+Blue) = 20+46+92=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #142E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E5C is #EBD1A3. Grayscale: #2B2B2B. Windows color (decimal): -15454628 or 6041108. OLE color: 6041108.

HSL color Cylindrical-coordinate representation of color #142E5C: hue angle of 218.33º 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 #142E5C is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 46 92 -
CMYK 0.78 0.50 0 0.64
HSL 218.33º 0.64% 0.22% -
HSV(B) 218.33º 0.78% 0.36% -
XYZ 3.2 2.88 10.51 -
YUV 43.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 20 46 92 0.78 0.50 0 0.64 218.33 0.64 0.22
Hex 14 2E 5C 4E 32 0 40 DA 40 16
Octal 24 56 134 116 62 0 100 332 100 26
Binary 10100 101110 1011100 1001110 110010 0 1000000 11011010 1000000 10110

Color Harmonies of #142E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E5C

Black with #142E5C

Text Example


Text Example

White with #142E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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