Html Css Color HEX #143772 Sapphire

📋 copy color: '#143772'

red 20 ◦ green 55 ◦ blue 114

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

Shades of Sapphire #143772

Tints of Sapphire #143772

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.1%

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

R = 10.58%
G = 29.1%
B = 60.32%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#143772 (or 0x143772) is known color: Sapphire. HEX triplet: 14, 37 and 72. RGB value is (20,55,114). Sum of RGB (Red+Green+Blue) = 20+55+114=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #143772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143772 is #EBC88D. Grayscale: #323232. Windows color (decimal): -15452302 or 7485204. OLE color: 7485204.

HSL color Cylindrical-coordinate representation of color #143772: hue angle of 217.66º 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 #143772 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 55 114 -
CMYK 0.82 0.52 0 0.55
HSL 217.66º 0.7% 0.26% -
HSV(B) 217.66º 0.82% 0.45% -
XYZ 4.69 4.1 16.46 -
YUV 51.26 163.4 105.7 -
System Red Green Blue C M Y K H S L
Decimal 20 55 114 0.82 0.52 0 0.55 217.66 0.7 0.26
Hex 14 37 72 52 34 0 37 DA 46 1A
Octal 24 67 162 122 64 0 67 332 106 32
Binary 10100 110111 1110010 1010010 110100 0 110111 11011010 1000110 11010

Color Harmonies of #143772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143772

Black with #143772

Text Example


Text Example

White with #143772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143772; }

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

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

background-color css

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

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

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

border-color css

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

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

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