Html Css Color HEX #142A74 Sapphire

📋 copy color: '#142A74'

red 20 ◦ green 42 ◦ blue 116

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

Shades of Sapphire #142A74

Tints of Sapphire #142A74

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.6%

 BLUE value IS 116 (45.7% from 255) = 65.17%

R = 11.24%
G = 23.6%
B = 65.17%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#142A74 (or 0x142A74) is known color: Sapphire. HEX triplet: 14, 2A and 74. RGB value is (20,42,116). Sum of RGB (Red+Green+Blue) = 20+42+116=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 116 (45.70% from 255 or 65.17% from 178); Max value from RGB is 116 - color contains mainly: blue. Hex color #142A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A74 is #EBD58B. Grayscale: #2B2B2B. Windows color (decimal): -15455628 or 7612948. OLE color: 7612948.

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

Color convert

RGB 20 42 116 -
CMYK 0.83 0.64 0 0.55
HSL 226.25º 0.71% 0.27% -
HSV(B) 226.25º 0.83% 0.45% -
XYZ 4.27 3.07 16.89 -
YUV 43.86 168.71 110.98 -
System Red Green Blue C M Y K H S L
Decimal 20 42 116 0.83 0.64 0 0.55 226.25 0.71 0.27
Hex 14 2A 74 53 40 0 37 E2 47 1B
Octal 24 52 164 123 100 0 67 342 107 33
Binary 10100 101010 1110100 1010011 1000000 0 110111 11100010 1000111 11011

Color Harmonies of #142A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142A74

Black with #142A74

Text Example


Text Example

White with #142A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,42,116); }

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

background-color css

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

 a { background-color: rgb(20,42,116); }

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

border-color css

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

 span { border-color: rgb(20,42,116); }

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