Html Css Color HEX #142762 Sapphire

📋 copy color: '#142762'

red 20 ◦ green 39 ◦ blue 98

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

Shades of Sapphire #142762

Tints of Sapphire #142762

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.84%

 BLUE value IS 98 (38.67% from 255) = 62.42%

R = 12.74%
G = 24.84%
B = 62.42%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#142762 (or 0x142762) is known color: Sapphire. HEX triplet: 14, 27 and 62. RGB value is (20,39,98). Sum of RGB (Red+Green+Blue) = 20+39+98=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 98 (38.67% from 255 or 62.42% from 157); Max value from RGB is 98 - color contains mainly: blue. Hex color #142762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142762 is #EBD89D. Grayscale: #272727. Windows color (decimal): -15456414 or 6432532. OLE color: 6432532.

HSL color Cylindrical-coordinate representation of color #142762: hue angle of 225.38º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #142762 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 39 98 -
CMYK 0.80 0.60 0 0.62
HSL 225.38º 0.66% 0.23% -
HSV(B) 225.38º 0.8% 0.38% -
XYZ 3.22 2.48 11.86 -
YUV 40.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 20 39 98 0.80 0.60 0 0.62 225.38 0.66 0.23
Hex 14 27 62 50 3C 0 3E E1 42 17
Octal 24 47 142 120 74 0 76 341 102 27
Binary 10100 100111 1100010 1010000 111100 0 111110 11100001 1000010 10111

Color Harmonies of #142762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142762

Black with #142762

Text Example


Text Example

White with #142762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142762; }

 p { color: rgb(20,39,98); }

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

background-color css

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

 a { background-color: rgb(20,39,98); }

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

border-color css

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

 span { border-color: rgb(20,39,98); }

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