Html Css Color HEX #142772 Sapphire

📋 copy color: '#142772'

red 20 ◦ green 39 ◦ blue 114

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

Shades of Sapphire #142772

Tints of Sapphire #142772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.54%

 BLUE value IS 114 (44.92% from 255) = 65.9%

R = 11.56%
G = 22.54%
B = 65.9%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#142772 (or 0x142772) is known color: Sapphire. HEX triplet: 14, 27 and 72. RGB value is (20,39,114). Sum of RGB (Red+Green+Blue) = 20+39+114=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #142772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142772 is #EBD88D. Grayscale: #292929. Windows color (decimal): -15456398 or 7481108. OLE color: 7481108.

HSL color Cylindrical-coordinate representation of color #142772: hue angle of 227.87º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #142772 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 39 114 -
CMYK 0.82 0.66 0 0.55
HSL 227.87º 0.7% 0.26% -
HSV(B) 227.87º 0.82% 0.45% -
XYZ 4.05 2.81 16.25 -
YUV 41.87 168.71 112.4 -
System Red Green Blue C M Y K H S L
Decimal 20 39 114 0.82 0.66 0 0.55 227.87 0.7 0.26
Hex 14 27 72 52 42 0 37 E4 46 1A
Octal 24 47 162 122 102 0 67 344 106 32
Binary 10100 100111 1110010 1010010 1000010 0 110111 11100100 1000110 11010

Color Harmonies of #142772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142772

Black with #142772

Text Example


Text Example

White with #142772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142772; }

 p { color: rgb(20,39,114); }

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

background-color css

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

 a { background-color: rgb(20,39,114); }

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

border-color css

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

 span { border-color: rgb(20,39,114); }

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