Html Css Color HEX #142B76 Sapphire

📋 copy color: '#142B76'

red 20 ◦ green 43 ◦ blue 118

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

Shades of Sapphire #142B76

Tints of Sapphire #142B76

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.76%

 BLUE value IS 118 (46.48% from 255) = 65.19%

R = 11.05%
G = 23.76%
B = 65.19%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#142B76 (or 0x142B76) is known color: Sapphire. HEX triplet: 14, 2B and 76. RGB value is (20,43,118). Sum of RGB (Red+Green+Blue) = 20+43+118=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 118 (46.48% from 255 or 65.19% from 181); Max value from RGB is 118 - color contains mainly: blue. Hex color #142B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142B76 is #EBD489. Grayscale: #2C2C2C. Windows color (decimal): -15455370 or 7744276. OLE color: 7744276.

HSL color Cylindrical-coordinate representation of color #142B76: hue angle of 225.92º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142B76 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 43 118 -
CMYK 0.83 0.64 0 0.54
HSL 225.92º 0.71% 0.27% -
HSV(B) 225.92º 0.83% 0.46% -
XYZ 4.42 3.18 17.52 -
YUV 44.67 169.38 110.4 -
System Red Green Blue C M Y K H S L
Decimal 20 43 118 0.83 0.64 0 0.54 225.92 0.71 0.27
Hex 14 2B 76 53 40 0 36 E2 47 1B
Octal 24 53 166 123 100 0 66 342 107 33
Binary 10100 101011 1110110 1010011 1000000 0 110110 11100010 1000111 11011

Color Harmonies of #142B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142B76

Black with #142B76

Text Example


Text Example

White with #142B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142B76; }

 p { color: rgb(20,43,118); }

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

background-color css

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

 a { background-color: rgb(20,43,118); }

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

border-color css

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

 span { border-color: rgb(20,43,118); }

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