Html Css Color HEX #142266 Sapphire

📋 copy color: '#142266'

red 20 ◦ green 34 ◦ blue 102

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

Shades of Sapphire #142266

Tints of Sapphire #142266

RGB

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

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

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

R = 12.82%
G = 21.79%
B = 65.38%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#142266 (or 0x142266) is known color: Sapphire. HEX triplet: 14, 22 and 66. RGB value is (20,34,102). Sum of RGB (Red+Green+Blue) = 20+34+102=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #142266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142266 is #EBDD99. Grayscale: #252525. Windows color (decimal): -15457690 or 6693396. OLE color: 6693396.

HSL color Cylindrical-coordinate representation of color #142266: hue angle of 229.76º 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 #142266 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 20 34 102 -
CMYK 0.80 0.67 0 0.6
HSL 229.76º 0.67% 0.24% -
HSV(B) 229.76º 0.8% 0.4% -
XYZ 3.26 2.25 12.83 -
YUV 37.57 164.36 115.47 -
System Red Green Blue C M Y K H S L
Decimal 20 34 102 0.80 0.67 0 0.6 229.76 0.67 0.24
Hex 14 22 66 50 43 0 3C E6 43 18
Octal 24 42 146 120 103 0 74 346 103 30
Binary 10100 100010 1100110 1010000 1000011 0 111100 11100110 1000011 11000

Color Harmonies of #142266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142266

Black with #142266

Text Example


Text Example

White with #142266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142266; }

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

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

background-color css

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

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

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

border-color css

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

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

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