Html Css Color HEX #142E7D Sapphire

📋 copy color: '#142E7D'

red 20 ◦ green 46 ◦ blue 125

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

Shades of Sapphire #142E7D

Tints of Sapphire #142E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 65.45%

R = 10.47%
G = 24.08%
B = 65.45%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#142E7D (or 0x142E7D) is known color: Sapphire. HEX triplet: 14, 2E and 7D. RGB value is (20,46,125). Sum of RGB (Red+Green+Blue) = 20+46+125=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #142E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E7D is #EBD182. Grayscale: #2E2E2E. Windows color (decimal): -15454595 or 8203796. OLE color: 8203796.

HSL color Cylindrical-coordinate representation of color #142E7D: hue angle of 225.14º 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 #142E7D is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 46 125 -
CMYK 0.84 0.63 0 0.51
HSL 225.14º 0.72% 0.28% -
HSV(B) 225.14º 0.84% 0.49% -
XYZ 4.97 3.58 19.83 -
YUV 47.23 171.89 108.58 -
System Red Green Blue C M Y K H S L
Decimal 20 46 125 0.84 0.63 0 0.51 225.14 0.72 0.28
Hex 14 2E 7D 54 3F 0 33 E1 48 1C
Octal 24 56 175 124 77 0 63 341 110 34
Binary 10100 101110 1111101 1010100 111111 0 110011 11100001 1001000 11100

Color Harmonies of #142E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E7D

Black with #142E7D

Text Example


Text Example

White with #142E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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