Html Css Color HEX #142C58 Sapphire

📋 copy color: '#142C58'

red 20 ◦ green 44 ◦ blue 88

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

Shades of Sapphire #142C58

Tints of Sapphire #142C58

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.95%

 BLUE value IS 88 (34.77% from 255) = 57.89%

R = 13.16%
G = 28.95%
B = 57.89%

CMYK

 C value IS 0.77

 M value IS 0.5

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#142C58 (or 0x142C58) is known color: Sapphire. HEX triplet: 14, 2C and 58. RGB value is (20,44,88). Sum of RGB (Red+Green+Blue) = 20+44+88=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #142C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142C58 is #EBD3A7. Grayscale: #292929. Windows color (decimal): -15455144 or 5778452. OLE color: 5778452.

HSL color Cylindrical-coordinate representation of color #142C58: hue angle of 218.82º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #142C58 is Cyan = 0.77, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 44 88 -
CMYK 0.77 0.5 0 0.65
HSL 218.82º 0.63% 0.21% -
HSV(B) 218.82º 0.77% 0.35% -
XYZ 2.95 2.65 9.59 -
YUV 41.84 154.05 112.42 -
System Red Green Blue C M Y K H S L
Decimal 20 44 88 0.77 0.5 0 0.65 218.82 0.63 0.21
Hex 14 2C 58 4D 32 0 41 DB 3F 15
Octal 24 54 130 115 62 0 101 333 77 25
Binary 10100 101100 1011000 1001101 110010 0 1000001 11011011 111111 10101

Color Harmonies of #142C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C58

Black with #142C58

Text Example


Text Example

White with #142C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,44,88); }

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

background-color css

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

 a { background-color: rgb(20,44,88); }

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

border-color css

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

 span { border-color: rgb(20,44,88); }

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