Html Css Color HEX #142F5D Sapphire

📋 copy color: '#142F5D'

red 20 ◦ green 47 ◦ blue 93

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

Shades of Sapphire #142F5D

Tints of Sapphire #142F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.38%

 BLUE value IS 93 (36.72% from 255) = 58.13%

R = 12.5%
G = 29.38%
B = 58.13%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#142F5D (or 0x142F5D) is known color: Sapphire. HEX triplet: 14, 2F and 5D. RGB value is (20,47,93). Sum of RGB (Red+Green+Blue) = 20+47+93=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #142F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F5D is #EBD0A2. Grayscale: #2B2B2B. Windows color (decimal): -15454371 or 6106900. OLE color: 6106900.

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

Color convert

RGB 20 47 93 -
CMYK 0.78 0.49 0 0.64
HSL 217.81º 0.65% 0.22% -
HSV(B) 217.81º 0.78% 0.36% -
XYZ 3.28 2.97 10.76 -
YUV 44.17 155.55 110.76 -
System Red Green Blue C M Y K H S L
Decimal 20 47 93 0.78 0.49 0 0.64 217.81 0.65 0.22
Hex 14 2F 5D 4E 31 0 40 DA 41 16
Octal 24 57 135 116 61 0 100 332 101 26
Binary 10100 101111 1011101 1001110 110001 0 1000000 11011010 1000001 10110

Color Harmonies of #142F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F5D

Black with #142F5D

Text Example


Text Example

White with #142F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,47,93); }

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

background-color css

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

 a { background-color: rgb(20,47,93); }

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

border-color css

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

 span { border-color: rgb(20,47,93); }

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