Html Css Color HEX #142268 Sapphire

📋 copy color: '#142268'

red 20 ◦ green 34 ◦ blue 104

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

Shades of Sapphire #142268

Tints of Sapphire #142268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.52%

 BLUE value IS 104 (41.02% from 255) = 65.82%

R = 12.66%
G = 21.52%
B = 65.82%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#142268 (or 0x142268) is known color: Sapphire. HEX triplet: 14, 22 and 68. RGB value is (20,34,104). Sum of RGB (Red+Green+Blue) = 20+34+104=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 104 (41.02% from 255 or 65.82% from 158); Max value from RGB is 104 - color contains mainly: blue. Hex color #142268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142268 is #EBDD97. Grayscale: #252525. Windows color (decimal): -15457688 or 6824468. OLE color: 6824468.

HSL color Cylindrical-coordinate representation of color #142268: hue angle of 230º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #142268 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 34 104 -
CMYK 0.81 0.67 0 0.59
HSL 230º 0.68% 0.24% -
HSV(B) 230º 0.81% 0.41% -
XYZ 3.36 2.29 13.36 -
YUV 37.79 165.36 115.31 -
System Red Green Blue C M Y K H S L
Decimal 20 34 104 0.81 0.67 0 0.59 230 0.68 0.24
Hex 14 22 68 51 43 0 3B E6 44 18
Octal 24 42 150 121 103 0 73 346 104 30
Binary 10100 100010 1101000 1010001 1000011 0 111011 11100110 1000100 11000

Color Harmonies of #142268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142268

Black with #142268

Text Example


Text Example

White with #142268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142268; }

 p { color: rgb(20,34,104); }

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

background-color css

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

 a { background-color: rgb(20,34,104); }

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

border-color css

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

 span { border-color: rgb(20,34,104); }

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