Html Css Color HEX #142761 Sapphire

📋 copy color: '#142761'

red 20 ◦ green 39 ◦ blue 97

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

Shades of Sapphire #142761

Tints of Sapphire #142761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 62.18%

R = 12.82%
G = 25%
B = 62.18%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#142761 (or 0x142761) is known color: Sapphire. HEX triplet: 14, 27 and 61. RGB value is (20,39,97). Sum of RGB (Red+Green+Blue) = 20+39+97=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 97 (38.28% from 255 or 62.18% from 156); Max value from RGB is 97 - color contains mainly: blue. Hex color #142761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142761 is #EBD89E. Grayscale: #272727. Windows color (decimal): -15456415 or 6366996. OLE color: 6366996.

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

Color convert

RGB 20 39 97 -
CMYK 0.79 0.60 0 0.62
HSL 225.19º 0.66% 0.23% -
HSV(B) 225.19º 0.79% 0.38% -
XYZ 3.17 2.46 11.62 -
YUV 39.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 20 39 97 0.79 0.60 0 0.62 225.19 0.66 0.23
Hex 14 27 61 4F 3C 0 3E E1 42 17
Octal 24 47 141 117 74 0 76 341 102 27
Binary 10100 100111 1100001 1001111 111100 0 111110 11100001 1000010 10111

Color Harmonies of #142761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142761

Black with #142761

Text Example


Text Example

White with #142761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142761; }

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

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

background-color css

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

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

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

border-color css

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

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

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