Html Css Color HEX #142B78 Sapphire

📋 copy color: '#142B78'

red 20 ◦ green 43 ◦ blue 120

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

Shades of Sapphire #142B78

Tints of Sapphire #142B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 65.57%

R = 10.93%
G = 23.5%
B = 65.57%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#142B78 (or 0x142B78) is known color: Sapphire. HEX triplet: 14, 2B and 78. RGB value is (20,43,120). Sum of RGB (Red+Green+Blue) = 20+43+120=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 120 (47.27% from 255 or 65.57% from 183); Max value from RGB is 120 - color contains mainly: blue. Hex color #142B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142B78 is #EBD487. Grayscale: #2C2C2C. Windows color (decimal): -15455368 or 7875348. OLE color: 7875348.

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

Color convert

RGB 20 43 120 -
CMYK 0.83 0.64 0 0.53
HSL 226.2º 0.71% 0.27% -
HSV(B) 226.2º 0.83% 0.47% -
XYZ 4.54 3.23 18.15 -
YUV 44.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 20 43 120 0.83 0.64 0 0.53 226.2 0.71 0.27
Hex 14 2B 78 53 40 0 35 E2 47 1B
Octal 24 53 170 123 100 0 65 342 107 33
Binary 10100 101011 1111000 1010011 1000000 0 110101 11100010 1000111 11011

Color Harmonies of #142B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142B78

Black with #142B78

Text Example


Text Example

White with #142B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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