Html Css Color HEX #142966 Sapphire

📋 copy color: '#142966'

red 20 ◦ green 41 ◦ blue 102

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

Shades of Sapphire #142966

Tints of Sapphire #142966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.15%

 BLUE value IS 102 (40.23% from 255) = 62.58%

R = 12.27%
G = 25.15%
B = 62.58%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#142966 (or 0x142966) is known color: Sapphire. HEX triplet: 14, 29 and 66. RGB value is (20,41,102). Sum of RGB (Red+Green+Blue) = 20+41+102=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 102 (40.23% from 255 or 62.58% from 163); Max value from RGB is 102 - color contains mainly: blue. Hex color #142966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142966 is #EBD699. Grayscale: #292929. Windows color (decimal): -15455898 or 6695188. OLE color: 6695188.

HSL color Cylindrical-coordinate representation of color #142966: hue angle of 224.63º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #142966 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 20 41 102 -
CMYK 0.80 0.60 0 0.6
HSL 224.63º 0.67% 0.24% -
HSV(B) 224.63º 0.8% 0.4% -
XYZ 3.48 2.69 12.91 -
YUV 41.68 162.04 112.54 -
System Red Green Blue C M Y K H S L
Decimal 20 41 102 0.80 0.60 0 0.6 224.63 0.67 0.24
Hex 14 29 66 50 3C 0 3C E1 43 18
Octal 24 51 146 120 74 0 74 341 103 30
Binary 10100 101001 1100110 1010000 111100 0 111100 11100001 1000011 11000

Color Harmonies of #142966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142966

Black with #142966

Text Example


Text Example

White with #142966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142966; }

 p { color: rgb(20,41,102); }

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

background-color css

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

 a { background-color: rgb(20,41,102); }

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

border-color css

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

 span { border-color: rgb(20,41,102); }

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