Html Css Color HEX #143272 Sapphire

📋 copy color: '#143272'

red 20 ◦ green 50 ◦ blue 114

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

Shades of Sapphire #143272

Tints of Sapphire #143272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.17%

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

R = 10.87%
G = 27.17%
B = 61.96%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#143272 (or 0x143272) is known color: Sapphire. HEX triplet: 14, 32 and 72. RGB value is (20,50,114). Sum of RGB (Red+Green+Blue) = 20+50+114=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #143272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143272 is #EBCD8D. Grayscale: #303030. Windows color (decimal): -15453582 or 7483924. OLE color: 7483924.

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

Color convert

RGB 20 50 114 -
CMYK 0.82 0.56 0 0.55
HSL 220.85º 0.7% 0.26% -
HSV(B) 220.85º 0.82% 0.45% -
XYZ 4.47 3.64 16.39 -
YUV 48.33 165.06 107.8 -
System Red Green Blue C M Y K H S L
Decimal 20 50 114 0.82 0.56 0 0.55 220.85 0.7 0.26
Hex 14 32 72 52 38 0 37 DD 46 1A
Octal 24 62 162 122 70 0 67 335 106 32
Binary 10100 110010 1110010 1010010 111000 0 110111 11011101 1000110 11010

Color Harmonies of #143272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143272

Black with #143272

Text Example


Text Example

White with #143272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143272; }

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

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

background-color css

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

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

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

border-color css

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

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

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