Html Css Color HEX #142D7C Sapphire

📋 copy color: '#142D7C'

red 20 ◦ green 45 ◦ blue 124

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

Shades of Sapphire #142D7C

Tints of Sapphire #142D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 65.61%

R = 10.58%
G = 23.81%
B = 65.61%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#142D7C (or 0x142D7C) is known color: Sapphire. HEX triplet: 14, 2D and 7C. RGB value is (20,45,124). Sum of RGB (Red+Green+Blue) = 20+45+124=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #142D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D7C is #EBD283. Grayscale: #2E2E2E. Windows color (decimal): -15454852 or 8138004. OLE color: 8138004.

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

Color convert

RGB 20 45 124 -
CMYK 0.84 0.64 0 0.51
HSL 225.58º 0.72% 0.28% -
HSV(B) 225.58º 0.84% 0.49% -
XYZ 4.86 3.48 19.48 -
YUV 46.53 171.72 109.08 -
System Red Green Blue C M Y K H S L
Decimal 20 45 124 0.84 0.64 0 0.51 225.58 0.72 0.28
Hex 14 2D 7C 54 40 0 33 E2 48 1C
Octal 24 55 174 124 100 0 63 342 110 34
Binary 10100 101101 1111100 1010100 1000000 0 110011 11100010 1001000 11100

Color Harmonies of #142D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142D7C

Black with #142D7C

Text Example


Text Example

White with #142D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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