Html Css Color HEX #142C75 Sapphire

📋 copy color: '#142C75'

red 20 ◦ green 44 ◦ blue 117

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

Shades of Sapphire #142C75

Tints of Sapphire #142C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 64.64%

R = 11.05%
G = 24.31%
B = 64.64%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#142C75 (or 0x142C75) is known color: Sapphire. HEX triplet: 14, 2C and 75. RGB value is (20,44,117). Sum of RGB (Red+Green+Blue) = 20+44+117=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #142C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142C75 is #EBD38A. Grayscale: #2C2C2C. Windows color (decimal): -15455115 or 7678996. OLE color: 7678996.

HSL color Cylindrical-coordinate representation of color #142C75: hue angle of 225.15º 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 #142C75 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 44 117 -
CMYK 0.83 0.62 0 0.54
HSL 225.15º 0.71% 0.27% -
HSV(B) 225.15º 0.83% 0.46% -
XYZ 4.4 3.23 17.22 -
YUV 45.15 168.55 110.06 -
System Red Green Blue C M Y K H S L
Decimal 20 44 117 0.83 0.62 0 0.54 225.15 0.71 0.27
Hex 14 2C 75 53 3E 0 36 E1 47 1B
Octal 24 54 165 123 76 0 66 341 107 33
Binary 10100 101100 1110101 1010011 111110 0 110110 11100001 1000111 11011

Color Harmonies of #142C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C75

Black with #142C75

Text Example


Text Example

White with #142C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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