Html Css Color HEX #142A71 Sapphire

📋 copy color: '#142A71'

red 20 ◦ green 42 ◦ blue 113

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

Shades of Sapphire #142A71

Tints of Sapphire #142A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 64.57%

R = 11.43%
G = 24%
B = 64.57%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#142A71 (or 0x142A71) is known color: Sapphire. HEX triplet: 14, 2A and 71. RGB value is (20,42,113). Sum of RGB (Red+Green+Blue) = 20+42+113=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #142A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A71 is #EBD58E. Grayscale: #2B2B2B. Windows color (decimal): -15455631 or 7416340. OLE color: 7416340.

HSL color Cylindrical-coordinate representation of color #142A71: hue angle of 225.81º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #142A71 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 42 113 -
CMYK 0.82 0.63 0 0.56
HSL 225.81º 0.7% 0.26% -
HSV(B) 225.81º 0.82% 0.44% -
XYZ 4.1 3 15.99 -
YUV 43.52 167.21 111.23 -
System Red Green Blue C M Y K H S L
Decimal 20 42 113 0.82 0.63 0 0.56 225.81 0.7 0.26
Hex 14 2A 71 52 3F 0 38 E2 46 1A
Octal 24 52 161 122 77 0 70 342 106 32
Binary 10100 101010 1110001 1010010 111111 0 111000 11100010 1000110 11010

Color Harmonies of #142A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142A71

Black with #142A71

Text Example


Text Example

White with #142A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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